From: John Mandereau Date: Tue, 4 Mar 2008 22:50:08 +0000 (+0100) Subject: Typo: remove duplicate line X-Git-Tag: release/2.11.42-1~7^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed512ea155eb2414469edaadd288139b84e8bbfc;p=lilypond.git Typo: remove duplicate line --- diff --git a/stepmake/stepmake/texinfo-vars.make b/stepmake/stepmake/texinfo-vars.make index bd620ab56c..4ee7cefa47 100644 --- a/stepmake/stepmake/texinfo-vars.make +++ b/stepmake/stepmake/texinfo-vars.make @@ -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)'