diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-06 14:19:02 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-06 14:19:02 +0100 |
commit | bc435af429f427c6a5db971c3d4cc7f15a2fe55d (patch) | |
tree | bffced0651ae359229ac6b33a6f49a1b72faefe3 /vendor | |
parent | 44633bd7cac1ce68d4e475285a0f45b7a8952a7f (diff) | |
parent | 7d15eeef6e61d9a02efcad2dc704f22df4276d9b (diff) |
Merge branch 'debian/sid' into ubuntu/master
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/debian/makefile | 2 | ||||
-rw-r--r-- | vendor/ubuntu/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/debian/makefile b/vendor/debian/makefile index dd35a70f0..42c86e1c4 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: sources.list +doc binary: sources.list sources.list: sources.list.in ../../doc/apt-verbatim.ent sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@ diff --git a/vendor/ubuntu/makefile b/vendor/ubuntu/makefile index ea67e6e63..88061bde2 100644 --- a/vendor/ubuntu/makefile +++ b/vendor/ubuntu/makefile @@ -5,7 +5,7 @@ SUBDIR=vendor/ubuntu # Bring in the default rules include ../../buildlib/defaults.mak -doc: sources.list +doc binary: sources.list sources.list: sources.list.in ../../doc/apt-verbatim.ent sed -e 's#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@ |