summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt/nodoc.patch
blob: 78cf53884a4d8f50802821e4983d11b97e04f26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Disable documentation

Upstream-Status: Inappropriate [configuration]
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>

Index: apt-1.2.24/Makefile
===================================================================
--- apt-1.2.24.orig/Makefile
+++ apt-1.2.24/Makefile
@@ -19,7 +19,7 @@ all headers library clean veryclean bina
 	$(MAKE) -C cmdline $@
 	$(MAKE) -C ftparchive $@
 	$(MAKE) -C dselect $@
-	$(MAKE) -C doc $@
+#	$(MAKE) -C doc $@
 	$(MAKE) -C po $@
 	# FIXME: -C test has issue swith parallel builds, investigate!
 	-$(MAKE) -C test $@