summaryrefslogtreecommitdiff
path: root/vendor/debian/makefile
blob: 42c86e1c40f8eab384cc5bc59b511fef313040d8 (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: sources.list

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