]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo -- fix 'make install'
authorJohn Mandereau <john.mandereau@gmail.com>
Sun, 26 Jul 2009 18:03:28 +0000 (20:03 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 26 Jul 2009 18:09:01 +0000 (20:09 +0200)
Thanks to Patrick McCarty for the error report.

stepmake/stepmake/texinfo-vars.make

index 8054cbe826234a9a35ad5f7a907bc4701dea04ea..c144370d1b1d05fef32017fb53556f7389c63125 100644 (file)
@@ -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) $< > $@