summaryrefslogtreecommitdiff
path: root/vendor/ubuntu/makefile
blob: 88061bde252c4ba7d2dd34473722288b15cd73b5 (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: sources.list

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