summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 50065ab..d846e02 100644
--- a/Makefile
+++ b/Makefile
@@ -13,12 +13,18 @@ parts: $(PARTS)
$(TDIR)/book.tex: book.lytex $(SOURCES) $(INCLUDES)
lilypond-book --output=$(TDIR) -I ../ --latex-program=lualatex $<
+$(TDIR)/book-sr.tex: book-sr.lytex $(SOURCES) $(INCLUDES)
+ lilypond-book --output=$(TDIR) -I ../ --latex-program=lualatex $<
+
%.pdf: %.tex
cd $(@D); lualatex $(<F)
book.pdf: $(TDIR)/book.pdf
cp $< $@
+book-sr.pdf: $(TDIR)/book-sr.pdf
+ cp $< $@
+
book-print.pdf: book.pdf
pdfbook --suffix print book.pdf