From 40ea8df890cff88f5fa02e1b690104740feeb3c3 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Wed, 18 Jan 2012 17:19:02 -0500 Subject: Build: Fix typo in make/lilypond-book-vars.make. --- make/lilypond-book-vars.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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))) -- cgit v1.2.3