]> git.saurik.com Git - apt.git/blobdiff - vendor/makefile
add apt-vendor information for tanglu
[apt.git] / vendor / makefile
index a6d53abd091044ba7cfb36be84a1845fdb689c9e..619c603fbd5d4f658f3370c4a9ffd3b252684893 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:
@@ -31,9 +32,11 @@ current:
        # if we haven't found a specific, look for a deriving in hardcoded order
        test -e $@ || \
                (dpkg-vendor --derives-from ubuntu && cp ln -s ubuntu $@ ) || \
+               (dpkg-vendor --derives-from tanglu && cp ln -s tanglu $@ ) || \
                ln -s debian $@
 
 .PHONY: clean veryclean all binary vendor
+.NOPARALLEL:
 
 clean: clean/current