]> git.saurik.com Git - apt.git/blobdiff - vendor/debian/makefile
remove auto-generated apt-key and sources.list on clean (closes: 739749)
[apt.git] / vendor / debian / makefile
index dd35a70f0a27af9fe0a135788c0b5ce563b29a27..a1bb74f9bb92c2c9d4cc86f0d729f1730999ad18 100644 (file)
@@ -5,7 +5,11 @@ SUBDIR=vendor/debian
 # Bring in the default rules
 include ../../buildlib/defaults.mak
 
-doc: 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' $< > $@
+
+clean:
+       rm -f sources.list
+