From 0107d0321e81f5164c9e8550ab86949c3e734e0c Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 11 Aug 2015 01:11:09 -0700 Subject: End of ordinarium parts from Missa Pro Europa --- Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..aca5a38 --- /dev/null +++ b/Makefile @@ -0,0 +1,22 @@ +SOURCES=$(wildcard *.ly) +PARTS=$(SOURCES:.ly=.pdf) +TDIR=out + +book: book.pdf + +parts: $(PARTS) + +%.pdf: %.ly + lilypond --pdf $< + +$(TDIR)/book.tex: book.lytex *.ly + lilypond-book --output=$(TDIR) --pdf $< + +%.pdf: %.tex + cd $(@D); pdflatex $(