From: Julien Rioux Date: Wed, 18 Jan 2012 22:19:02 +0000 (-0500) Subject: Build: Fix typo in make/lilypond-book-vars.make. X-Git-Tag: release/2.15.27-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=40ea8df890cff88f5fa02e1b690104740feeb3c3;p=lilypond.git Build: Fix typo in make/lilypond-book-vars.make. --- diff --git a/make/lilypond-book-vars.make b/make/lilypond-book-vars.make index 3627b50054..910cadc120 100644 --- a/make/lilypond-book-vars.make +++ b/make/lilypond-book-vars.make @@ -18,7 +18,7 @@ TELY_FILES = $(call src-wildcard,*.tely) DOCBOOK_FILES = $(call src-wildcard,*.lyxml) OUT_HTML_FILES = ${HTML_FILES:%.html=$(outdir)/%.html} -OUT_HTMLY_FILES = ${HTML_FILES:%.htmly=$(outdir)/%.html} +OUT_HTMLY_FILES = ${HTMLY_FILES:%.htmly=$(outdir)/%.html} OUT_XML_FILES = ${XML_FILES:%.xml=$(outdir)/%.html} # If we have pdflatex, create the pdf, otherwise only the .tex file! ifeq (,$(findstring dblatex,$(MISSING_OPTIONAL)))