diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2012-06-11 15:13:24 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2012-06-11 15:13:24 -0700 |
commit | 825098c2740b2d5ebea0c16c43685f55da201315 (patch) | |
tree | b3a43f792cca021a79f541a9454e0223e4dca9cb /doc/makefile | |
parent | 310ed3c13d5cfd2a3c46741539f652d69bda5d30 (diff) | |
parent | e08c5854bb9b5f352b0856533f95c12e858728ca (diff) |
Merge version 0.9.6 from Debian
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile index 7b49ac269..f190046c0 100644 --- a/doc/makefile +++ b/doc/makefile @@ -56,6 +56,9 @@ endif SOURCE = apt.8 include $(MANPAGE_H) +examples/sources.list: examples/sources.list.in apt-verbatim.ent + sed -e 's#&ubuntu-codename;#$(shell grep --max-count=1 '^<!ENTITY ubuntu-codename "' apt-verbatim.ent | cut -d'"' -f 2)#g' examples/sources.list.in > examples/sources.list + # Examples SOURCE = examples/apt.conf examples/sources.list examples/configure-index examples/apt-https-method-example.conf TO = $(DOC) |