X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flilypond-book-vars.make;fp=make%2Flilypond-book-vars.make;h=910cadc1200f6c3ab663dd0faf3ae4ab0911253e;hb=40ea8df890cff88f5fa02e1b690104740feeb3c3;hp=3627b5005497d92fc55795c68bd7968707f524a6;hpb=04806beb310b3494f2811898419731c2b36a4a1e;p=lilypond.git 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)))