]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-vars.make
Merge branch 'master' into dev/jmandereau
[lilypond.git] / stepmake / stepmake / texinfo-vars.make
index 4ee7cefa474dac6762da3b9d4aef10579c0fde2e..bd620ab56cf4348495b62003b11a3cb40c5bd641 100644 (file)
@@ -7,6 +7,7 @@ TEXINFO_SOURCES = $(TEXI_FILES)
 
 OUTTXT_FILES += $(addprefix $(outdir)/,$(TEXI_FILES:.texi=.txt))
 
+TEXI2PDF_FLAGS += --command '@set version $(TOPLEVEL_VERSION)'
 GENERATE_OMF = $(PYTHON) $(buildscript-dir)/texi2omf.py --format $(1) --location $(webdir)/$(tree-dir)/out-www/$(notdir $(basename $@))  --version $(TOPLEVEL_VERSION) $< > $@
 
 TEXI2PDF_FLAGS += --command '@set version $(TOPLEVEL_VERSION)'