diff options
Diffstat (limited to 'meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch')
-rw-r--r-- | meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch b/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch deleted file mode 100644 index 216c091819..0000000000 --- a/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | --- | ||
4 | Makefile | 2 +- | ||
5 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
6 | |||
7 | --- apt-0.7.14.orig/Makefile | ||
8 | +++ apt-0.7.14/Makefile | ||
9 | @@ -15,11 +15,11 @@ all headers library clean veryclean bina | ||
10 | $(MAKE) -C apt-inst $@ | ||
11 | $(MAKE) -C methods $@ | ||
12 | $(MAKE) -C cmdline $@ | ||
13 | $(MAKE) -C ftparchive $@ | ||
14 | $(MAKE) -C dselect $@ | ||
15 | - $(MAKE) -C doc $@ | ||
16 | +# $(MAKE) -C doc $@ | ||
17 | $(MAKE) -C po $@ | ||
18 | |||
19 | # Some very common aliases | ||
20 | .PHONY: maintainer-clean dist-clean distclean pristine sanity | ||
21 | maintainer-clean dist-clean distclean pristine sanity: veryclean | ||