From 6e84d74d8d34ba9630567cdd6eb86b8e934be563 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Mon, 7 Jan 2013 18:15:01 +0100 Subject: [PATCH] support out-of-tree lilypond files in the makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 46be841e..065f94a2 100644 --- a/makefile +++ b/makefile @@ -39,7 +39,7 @@ ifeq ($(shell which lilypond),) LILYFILE='' else LILYPOND=lilypond - LILY_SRC=$(wildcard lilypond/*.ly) + LILY_SRC:=$(wildcard $(LIBRARY)/lilypond/*.ly) LILYFILE=$(LILY_SRC:%.ly=%.pdf) endif