vendor/debian/makefile: apply 6f3c4e33 for debian/makefile as well
[ntk/apt.git] / vendor / debian / makefile
1 # -*- make -*-
2 BASE=../..
3 SUBDIR=vendor/debian
4
5 # Bring in the default rules
6 include ../../buildlib/defaults.mak
7
8 doc binary: sources.list
9
10 sources.list: sources.list.in ../../doc/apt-verbatim.ent
11 sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@