summaryrefslogtreecommitdiff
path: root/vendor/ubuntu/makefile
blob: c4b35935f92195f226a41946aa7ee6923b80660c (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- 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' $< > $@