From 4024156d2ebb9d7b5caf34dde98afca000d4b296 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Sun, 22 Sep 2013 14:56:15 +0200 Subject: [PATCH] Build: Target version.itexi and weblinks.itexi (issue 3576). Add the file extension and remove a pair of duplicated rules. --- make/doc-i18n-root-rules.make | 6 ------ stepmake/stepmake/texinfo-rules.make | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/make/doc-i18n-root-rules.make b/make/doc-i18n-root-rules.make index a86b198fe3..e36acd7356 100644 --- a/make/doc-i18n-root-rules.make +++ b/make/doc-i18n-root-rules.make @@ -20,12 +20,6 @@ $(top-build-dir)/Documentation/$(outdir)/%.$(ISOLANG).pdf: $(outdir)/%.pdf mkdir -p $(dir $@) cp -f $< $@ -$(outdir)/version.%: $(top-src-dir)/VERSION - $(PYTHON) $(top-src-dir)/scripts/build/create-version-itexi.py > $@ - -$(outdir)/weblinks.%: $(top-src-dir)/VERSION - $(PYTHON) $(top-src-dir)/scripts/build/create-weblinks-itexi.py > $@ - $(outdir)/%.png: $(top-build-dir)/Documentation/$(outdir)/%.png ln -f $< $@ 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 > $@ -- 2.39.5