fix build failure with the new apt-vendors stuff
authorMichael Vogt <mvo@debian.org>
Fri, 6 Dec 2013 16:29:50 +0000 (17:29 +0100)
committerMichael Vogt <mvo@debian.org>
Fri, 6 Dec 2013 16:29:50 +0000 (17:29 +0100)
doc/makefile
vendor/debian/makefile
vendor/makefile
vendor/ubuntu/makefile

index 49f3e1b..4b63e54 100644 (file)
@@ -28,7 +28,7 @@ include $(COPY_H)
 
 clean: clean/subdirs clean/examples
 veryclean: veryclean/subdirs clean/examples
-manpages: manpages/subdirs apt-vendor.ent
+manpages: apt-vendor.ent manpages/subdirs
 debiandoc: debiandoc/subdirs
 
 DOCUMENTATIONPO = $(patsubst %.po,%,$(notdir $(wildcard po/*.po)))
index 42c86e1..1f82d7f 100644 (file)
@@ -5,7 +5,7 @@ SUBDIR=vendor/debian
 # Bring in the default rules
 include ../../buildlib/defaults.mak
 
-doc binary: sources.list
+doc binary manpages: sources.list
 
 sources.list: sources.list.in ../../doc/apt-verbatim.ent
        sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@
index a6d53ab..c05b516 100644 (file)
@@ -12,8 +12,9 @@ doc: doc/subdirs
 clean: clean/subdirs
 veryclean: veryclean/subdirs
 dirs: dirs/subdirs
+manpages: manpages/subdirs
 
-all/subdirs binary/subdirs doc/subdirs dirs/subdirs:
+all/subdirs binary/subdirs doc/subdirs dirs/subdirs manpages/subdirs:
        $(MAKE) -C current $(patsubst %/subdirs,%,$@)
 
 clean/subdirs veryclean/subdirs:
index 88061bd..c4b3593 100644 (file)
@@ -5,7 +5,7 @@ SUBDIR=vendor/ubuntu
 # Bring in the default rules
 include ../../buildlib/defaults.mak
 
-doc binary: sources.list
+doc binary manpages: sources.list
 
 sources.list: sources.list.in ../../doc/apt-verbatim.ent
        sed -e 's#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@