From: John Mandereau Date: Sun, 26 Jul 2009 18:03:28 +0000 (+0200) Subject: Typo -- fix 'make install' X-Git-Tag: release/2.13.4-1~287 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=05b0668800c23ee1b350bc9b1e4276c2ba260693;p=lilypond.git Typo -- fix 'make install' Thanks to Patrick McCarty for the error report. --- diff --git a/stepmake/stepmake/texinfo-vars.make b/stepmake/stepmake/texinfo-vars.make index 8054cbe826..c144370d1b 100644 --- a/stepmake/stepmake/texinfo-vars.make +++ b/stepmake/stepmake/texinfo-vars.make @@ -4,7 +4,7 @@ TEXINFO_SOURCES = $(TEXI_FILES) OUTTXT_FILES += $(addprefix $(outdir)/,$(TEXI_FILES:.texi=.txt)) -OMF_FILES += $(foreach format, html pdf, $(foreach f, $(TEXI_FILES), $(outdir)/$(f:.tely=.$(format)).omf)) +OMF_FILES += $(foreach format, html pdf, $(foreach f, $(TEXI_FILES), $(outdir)/$(f:.texi=.$(format)).omf)) GENERATE_OMF = $(buildscript-dir)/texi2omf --format $(1) --location $(webdir)/$(tree-dir)/out-www/$(notdir $(basename $@)) --version $(TOPLEVEL_VERSION) $< > $@