From 02f9d5eab3c99ae46269fb69a99d40215e642e73 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 23 Oct 2006 23:24:27 +0000 Subject: [PATCH] (LILYPOND_BINARY): use instead of $(LILYPOND). Prevents lilypond run for .txt files. --- ChangeLog | 3 +++ Documentation/topdocs/GNUmakefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 22a70da1b7..ef073767ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-10-24 Han-Wen Nienhuys + * Documentation/topdocs/GNUmakefile (LILYPOND_BINARY): use instead + of $(LILYPOND). Prevents lilypond run for .txt files. + * INSTALL.txt: gitness. * .cvsignore: update to force gitness. diff --git a/Documentation/topdocs/GNUmakefile b/Documentation/topdocs/GNUmakefile index d1ff875651..47938ee182 100644 --- a/Documentation/topdocs/GNUmakefile +++ b/Documentation/topdocs/GNUmakefile @@ -8,7 +8,7 @@ PDF_FILES=$(outdir)/NEWS.pdf include $(depth)/make/stepmake.make ifneq ($(out),www) -LILYPOND='true' +LILYPOND_BINARY='true' endif $(outdir)/NEWS.nexi: NEWS.tely -- 2.39.5