summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e5d820..50065ab 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ INCLUDES=$(wildcard *.tly)
PARTS=$(SOURCES:.ly=.pdf)
TDIR=out
-book: book.pdf
+book: book-print.pdf
parts: $(PARTS)
@@ -19,5 +19,8 @@ $(TDIR)/book.tex: book.lytex $(SOURCES) $(INCLUDES)
book.pdf: $(TDIR)/book.pdf
cp $< $@
+book-print.pdf: book.pdf
+ pdfbook --suffix print book.pdf
+
clean:
rm -rf *.pdf out *.midi