summaryrefslogtreecommitdiff
path: root/vendor/debian/makefile
blob: 41202c6a0f22022a5dd898f0c3f2fdde6cebc073 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- make -*-
BASE=../..
SUBDIR=vendor/debian

# Bring in the default rules
include ../../buildlib/defaults.mak

doc: sources.list

sources.list: sources.list.in ../../doc/apt-verbatim.ent
	sed -e 's#&stable-codename;#$(shell grep --max-count=1 '^<!ENTITY stable-codename "' ../../doc/apt-verbatim.ent | cut -d'"' -f 2)#g' $^ > $@