Browse Source

support out-of-tree lilypond files in the makefile

remotes/origin/HEAD
Romain Goffe 12 years ago
parent
commit
6e84d74d8d
  1. 2
      makefile

2
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

Loading…
Cancel
Save