summaryrefslogtreecommitdiff
path: root/vendor/debian/makefile
blob: 1f82d7f47c1b12ad482d946d3b8482d9f94e303c (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 binary manpages: sources.list

sources.list: sources.list.in ../../doc/apt-verbatim.ent
	sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@