]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo: remove duplicate line
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 4 Mar 2008 22:50:08 +0000 (23:50 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 4 Mar 2008 22:50:08 +0000 (23:50 +0100)
stepmake/stepmake/texinfo-vars.make

index bd620ab56cf4348495b62003b11a3cb40c5bd641..4ee7cefa474dac6762da3b9d4aef10579c0fde2e 100644 (file)
@@ -7,7 +7,6 @@ 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)'