diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-06 17:29:50 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-06 17:29:50 +0100 |
commit | 5cc8cbf368251c4be4ffa1482fa5fb6b9d950452 (patch) | |
tree | 92a2475097999b110efd61cd8569ae1000faadfd /vendor/debian | |
parent | e96e4e9cef3a0137b789117f72a93a8e9106562e (diff) |
fix build failure with the new apt-vendors stuff
Diffstat (limited to 'vendor/debian')
-rw-r--r-- | vendor/debian/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/debian/makefile b/vendor/debian/makefile index 42c86e1c4..1f82d7f47 100644 --- a/vendor/debian/makefile +++ b/vendor/debian/makefile @@ -5,7 +5,7 @@ SUBDIR=vendor/debian # Bring in the default rules include ../../buildlib/defaults.mak -doc binary: sources.list +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' $< > $@ |