summaryrefslogtreecommitdiff
path: root/vendor/tanglu/makefile
diff options
context:
space:
mode:
authorJon Severinsson <jon@severinsson.net>2014-02-22 18:40:09 +0100
committerMichael Vogt <mvo@debian.org>2014-02-22 20:02:07 +0100
commitbef4b142853642db669f6ffea54fa52c9b52cd95 (patch)
treeb05d41d69f739293cef04fb727d55eefa37c2cf8 /vendor/tanglu/makefile
parent1e3f4083db29bba600b9725e9456b0e140975c99 (diff)
add apt-vendor information for tanglu
Diffstat (limited to 'vendor/tanglu/makefile')
-rw-r--r--vendor/tanglu/makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/tanglu/makefile b/vendor/tanglu/makefile
new file mode 100644
index 000000000..175db1a8c
--- /dev/null
+++ b/vendor/tanglu/makefile
@@ -0,0 +1,11 @@
+# -*- 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' $< > $@