diff options
author | Michael Vogt <mvo@debian.org> | 2014-02-22 18:07:43 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-22 18:07:57 +0100 |
commit | 46a78c652d80818b4643c471432ae961b1ca5bd9 (patch) | |
tree | fdc1efade1457746e8ec12d1ad7efbb647157494 /vendor/ubuntu/makefile | |
parent | 1c93747533dcf1cbbb2c743d0028ad157a7684a4 (diff) |
remove auto-generated apt-key and sources.list on clean (closes: 739749)
Diffstat (limited to 'vendor/ubuntu/makefile')
-rw-r--r-- | vendor/ubuntu/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/ubuntu/makefile b/vendor/ubuntu/makefile index c4b35935f..1fe138d2b 100644 --- a/vendor/ubuntu/makefile +++ b/vendor/ubuntu/makefile @@ -9,3 +9,6 @@ doc binary manpages: sources.list sources.list: sources.list.in ../../doc/apt-verbatim.ent sed -e 's#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@ + +clean: + rm -f sources.list |