diff options
Diffstat (limited to 'utils/apk/patches/0001-remove-doc-generation.patch')
-rw-r--r-- | utils/apk/patches/0001-remove-doc-generation.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/utils/apk/patches/0001-remove-doc-generation.patch b/utils/apk/patches/0001-remove-doc-generation.patch deleted file mode 100644 index dee05c56f..000000000 --- a/utils/apk/patches/0001-remove-doc-generation.patch +++ /dev/null @@ -1,21 +0,0 @@ -From b05a93c48fdbb50f0c464310dc2ce45777d32ea2 Mon Sep 17 00:00:00 2001 -From: Paul Spooren <mail@aparcar.org> -Date: Fri, 2 Oct 2020 14:08:52 -1000 -Subject: [PATCH] remove doc generation - -Signed-off-by: Paul Spooren <mail@aparcar.org> ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/Makefile -+++ b/Makefile -@@ -25,7 +25,7 @@ export DESTDIR SBINDIR LIBDIR CONFDIR MA - ## - # Top-level subdirs - --subdirs := libfetch/ src/ doc/ -+subdirs := libfetch/ src/ - - ## - # Include all rules and stuff |