summaryrefslogtreecommitdiff
path: root/vendor/raspbian/makefile
blob: ced566c30762c29c1b03fadc3fa1f465a41d98c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- make -*-
BASE=../..
SUBDIR=vendor/raspbian

# 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#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@