summaryrefslogtreecommitdiff
path: root/vendor/tanglu/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/tanglu/makefile')
-rw-r--r--vendor/tanglu/makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/tanglu/makefile b/vendor/tanglu/makefile
new file mode 100644
index 000000000..9fe680bc6
--- /dev/null
+++ b/vendor/tanglu/makefile
@@ -0,0 +1,16 @@
+# -*- make -*-
+BASE=../..
+SUBDIR=vendor/tanglu
+
+# Bring in the default rules
+include ../../buildlib/defaults.mak
+
+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