Browse Source

support out-of-tree lilypond files in the makefile

remotes/origin/split-songs
Romain Goffe 12 years ago
parent
commit
4f8fabf9f6
  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