summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJulien Viard de Galbert <julien@silicone.homelinux.org>2012-02-24 00:27:36 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-29 14:29:11 +0100
commit13e4306db9e2fab04a06891076cb795f8043e680 (patch)
tree1cdb12a1d9ce2ca2a5d3d4cc68e6b43117760cd0 /Makefile.in
parent4aaf5a09ddbdf10650d5b5a560dfe0b83d4665d6 (diff)
downloadquilt-13e4306db9e2fab04a06891076cb795f8043e680.tar.gz
Ensure quilt(1) documents the correct patches directory
Within the Debian source package, .pc/quilt_patches ensures that QUILT_PATCHES is set to debian/patches but when we build the documentation we want the real default directory used by quilt, aka "patches". We achieve this by tricking quilt into using a non-existing .pc directory so that we get the real default value. Bug-Debian: http://bugs.debian.org/585438 Signed-off-by: Raphaƫl Hertzog <hertzog@debian.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 209dcd3..6912bca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -216,7 +216,7 @@ doc/reference : bin/quilt $(QUILT:%=quilt/%) quilt/scripts/patchfns quilt/script
for i in $(QUILT); \
do \
echo; \
- quilt $$i -h; \
+ QUILT_PC=.fake_pc quilt $$i -h; \
echo; \
done | \
$(SED) -e 's/\$$EDITOR ([^)]*)/$$EDITOR/' \