From: John Mandereau Date: Tue, 29 Dec 2009 21:08:34 +0000 (+0100) Subject: Docs: fix version.i?texi generation X-Git-Tag: release/2.13.10-1~23 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=90e0d8ab192517be172f18ebcd672e88c8309067 Docs: fix version.i?texi generation --- diff --git a/make/doc-i18n-root-rules.make b/make/doc-i18n-root-rules.make index d9ae4c39c5..c505bb0c50 100644 --- a/make/doc-i18n-root-rules.make +++ b/make/doc-i18n-root-rules.make @@ -19,9 +19,7 @@ $(top-build-dir)/Documentation/$(outdir)/%.$(ISOLANG).pdf: $(outdir)/%.texi mkdir -p $(dir $@) && mv $*.pdf $@ $(outdir)/version.%: $(top-src-dir)/VERSION - echo '@macro version'> $@ - echo $(TOPLEVEL_VERSION)>> $@ - echo '@end macro'>> $@ + $(PYTHON) $(top-src-dir)/scripts/build/create-version-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 a308aae31e..ef6f83df4e 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -75,7 +75,7 @@ $(outdir)/%.pdf.omf: %.texi $(call GENERATE_OMF,pdf) $(outdir)/version.%: $(top-src-dir)/VERSION - $(PYTHON) $(top-src-dir)/scripts/build/create-version-itexi.py >> $@ + $(PYTHON) $(top-src-dir)/scripts/build/create-version-itexi.py > $@ .SECONDARY: $(outdir)/version.itexi $(outdir)/version.texi \ $(outdir)/$(INFO_IMAGES_DIR).info-images-dir-dep \