summaryrefslogtreecommitdiff
path: root/stepmake
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2009-10-01 08:41:38 +0200
committerJan Nieuwenhuizen <janneke@gnu.org>2009-10-01 08:41:38 +0200
commit8ef08fcbd54d6611f6a2baab22ce64b1c68e1491 (patch)
treee2b22fa78d134470833b741d426d73a994e26723 /stepmake
parent5630cf7d1b5d07e2d8981c409604965ea2b4383c (diff)
Create out/.texi from $(src-dir) instead of `.'. Fixes --srcdir/GUB doc build.
Diffstat (limited to 'stepmake')
-rw-r--r--stepmake/stepmake/texinfo-rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make
index 78f179bbc3..84f2894774 100644
--- a/stepmake/stepmake/texinfo-rules.make
+++ b/stepmake/stepmake/texinfo-rules.make
@@ -23,7 +23,7 @@ ifneq ($(INFO_IMAGES_DIR),)
endif
touch $@
-$(outdir)/%.texi: %.texi
+$(outdir)/%.texi: $(src-dir)/%.texi
cp -p $< $@
$(outdir)/%.info: $(outdir)/%.texi $(outdir)/$(INFO_IMAGES_DIR).info-images-dir-dep $(outdir)/version.itexi