]> git.saurik.com Git - apt.git/blobdiff - vendor/ubuntu/makefile
Merge remote-tracking branch 'mvo/feature/deb-src-bts731102' into debian/sid
[apt.git] / vendor / ubuntu / makefile
index 388a529a92292ab2708607c78bc201b6fe0f3a69..c4b35935f92195f226a41946aa7ee6923b80660c 100644 (file)
@@ -5,7 +5,7 @@ SUBDIR=vendor/ubuntu
 # Bring in the default rules
 include ../../buildlib/defaults.mak
 
-doc: sources.list
+doc binary manpages: sources.list
 
 sources.list: sources.list.in ../../doc/apt-verbatim.ent
-       sed -e 's#&ubuntu-codename;#$(shell grep --max-count=1 '^<!ENTITY ubuntu-codename "' ../../doc/apt-verbatim.ent | cut -d'"' -f 2)#g' $^ > $@
+       sed -e 's#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@