Browse Source

support caching option in makefile for covers

remotes/origin/HEAD
Romain Goffe 12 years ago
parent
commit
d9bc651750
  1. 4
      makefile

4
makefile

@ -81,10 +81,10 @@ $(PDF): %.pdf: %.tex %.aux
$(MAKE_INDEX) $< > $@
%.tex: $(BOOKS_DIR)/%.sb
$(MAKE_SONGBOOK) -s $< -o $@
$(MAKE_SONGBOOK) --cache -s $< -o $@
%.d: $(BOOKS_DIR)/%.sb
$(MAKE_SONGBOOK) -s $< -d -o $@
$(MAKE_SONGBOOK) --cache -s $< -d -o $@
%.pdf: %.ly
@$(LILYPOND) --format=pdf -e '(define-public songbookstaff "$(SONGBOOKSTAFF)")' --output=$(@:%.pdf=%) $<

Loading…
Cancel
Save