From cc56930307b62528a277f483794d0ef71bc219c1 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Mon, 7 Jan 2013 17:48:48 +0100 Subject: [PATCH] disable "chords" option in makefile --- makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index 92c28e4a..46be841e 100644 --- a/makefile +++ b/makefile @@ -22,8 +22,8 @@ LIBRARY=./ PDF = $(TARGETS:%=%.pdf) -CHORDS = chords.tex -CHORDS_SRC = $(shell ls songs/*/*.sg) +#CHORDS = chords.tex +#CHORDS_SRC = $(shell ls $(LIBRARY)/songs/*/*.sg) DATE = $(shell date +%d)-$(shell date +%m)-$(shell date +%Y) @@ -90,8 +90,8 @@ $(PDF): %.pdf: %.tex %.aux %.pdf: %.ly @$(LILYPOND) --format=pdf -e '(define-public songbookstaff "$(SONGBOOKSTAFF)")' --output=$(@:%.pdf=%) $< -$(CHORDS): $(CHORDS_SRC) - $(MAKE_CHORDS) -o $@ +#$(CHORDS): $(CHORDS_SRC) +# $(MAKE_CHORDS) -o $@ archive: cleanall tar -czvf songbook.tar.gz \