summaryrefslogtreecommitdiff
path: root/vendor/tanglu/makefile
blob: 175db1a8cbc81e6496f0e063a3f18247b8893256 (plain)
1
2
3
4
5
6
7
8
9
10
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' $< > $@