]>
Commit | Line | Data |
---|---|---|
bef4b142 JS |
1 | # -*- make -*- |
2 | BASE=../.. | |
3 | SUBDIR=vendor/tanglu | |
4 | ||
5 | # Bring in the default rules | |
6 | include ../../buildlib/defaults.mak | |
7 | ||
8 | doc binary manpages: sources.list | |
9 | ||
10 | sources.list: sources.list.in ../../doc/apt-verbatim.ent | |
11 | sed -e 's#&tanglu-codename;#$(shell ../getinfo tanglu-codename)#g' $< > $@ | |
b7ed961b MV |
12 | |
13 | clean: clean/sources.list | |
14 | ||
15 | clean/sources.list: | |
16 | rm -f sources.list |