]> git.saurik.com Git - apt.git/blame - vendor/debian/makefile
improve apt.8.xml
[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
5cc8cbf3 8doc binary manpages: sources.list
eef71f11
DK
9
10sources.list: sources.list.in ../../doc/apt-verbatim.ent
0005fa07 11 sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@