add a vendor specific file to have configurable entities
[ntk/apt.git] / vendor / debian / makefile
CommitLineData
eef71f11
DK
1# -*- make -*-
2BASE=../..
3SUBDIR=vendor/debian
4
5# Bring in the default rules
6include ../../buildlib/defaults.mak
7
8doc: sources.list
9
10sources.list: sources.list.in ../../doc/apt-verbatim.ent
11 sed -e 's#&stable-codename;#$(shell grep --max-count=1 '^<!ENTITY stable-codename "' ../../doc/apt-verbatim.ent | cut -d'"' -f 2)#g' $^ > $@