Handle SIGWINCH in APT::Progress-Fancy=1
[ntk/apt.git] / vendor / ubuntu / makefile
CommitLineData
eef71f11
DK
1# -*- make -*-
2BASE=../..
3SUBDIR=vendor/ubuntu
4
5# Bring in the default rules
6include ../../buildlib/defaults.mak
7
6f3c4e33 8doc binary: sources.list
eef71f11
DK
9
10sources.list: sources.list.in ../../doc/apt-verbatim.ent
0005fa07 11 sed -e 's#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@