diff options
author | Michael Vogt <mvo@debian.org> | 2014-02-23 00:41:52 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-23 00:42:01 +0100 |
commit | b7ed961b8099c05f65e18d4c73ead50cc5c8bff1 (patch) | |
tree | 37f435c27788f28dac96c9c96b63fbba22fbec1c | |
parent | 39b73d816877098e7ccdd0a392cd02aa4c2fac04 (diff) |
vendor/tanglu/makefile: add missing clean/sources.list
-rw-r--r-- | vendor/tanglu/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/tanglu/makefile b/vendor/tanglu/makefile index 175db1a8c..9fe680bc6 100644 --- a/vendor/tanglu/makefile +++ b/vendor/tanglu/makefile @@ -9,3 +9,8 @@ doc binary manpages: sources.list sources.list: sources.list.in ../../doc/apt-verbatim.ent sed -e 's#&tanglu-codename;#$(shell ../getinfo tanglu-codename)#g' $< > $@ + +clean: clean/sources.list + +clean/sources.list: + rm -f sources.list |