summaryrefslogtreecommitdiff
path: root/stepmake
diff options
context:
space:
mode:
authorJulien Rioux <julien.rioux@gmail.com>2013-09-22 14:56:15 +0200
committerJulien Rioux <julien.rioux@gmail.com>2013-10-07 21:38:56 +0200
commit4024156d2ebb9d7b5caf34dde98afca000d4b296 (patch)
treeb4908d0c3b1edb41202efa8c8b3b0c778b2b2d45 /stepmake
parentd5b553119c63ebb4bd9d62adb8f4a200a2c4ad92 (diff)
Build: Target version.itexi and weblinks.itexi (issue 3576).
Add the file extension and remove a pair of duplicated rules.
Diffstat (limited to 'stepmake')
-rw-r--r--stepmake/stepmake/texinfo-rules.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make
index 058276c2c2..063a346091 100644
--- a/stepmake/stepmake/texinfo-rules.make
+++ b/stepmake/stepmake/texinfo-rules.make
@@ -82,8 +82,8 @@ $(outdir)/%.html.omf: %.texi
$(outdir)/%.pdf.omf: %.texi
$(call GENERATE_OMF,pdf)
-$(outdir)/version.%: $(top-src-dir)/VERSION
+$(outdir)/version.itexi: $(top-src-dir)/VERSION
$(PYTHON) $(top-src-dir)/scripts/build/create-version-itexi.py > $@
-$(outdir)/weblinks.%: $(top-src-dir)/VERSION
+$(outdir)/weblinks.itexi: $(top-src-dir)/VERSION
$(PYTHON) $(top-src-dir)/scripts/build/create-weblinks-itexi.py > $@