blob: 1fe138d2bbf7c34132c8a013c717009c77b4104d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# -*- make -*-
BASE=../..
SUBDIR=vendor/ubuntu
# 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#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@
clean:
rm -f sources.list
|