From d363454d07dabb09c76ba3bb35031feb458eaea5 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sun, 23 Aug 2015 18:55:54 -0400 Subject: right call for doing a booklet --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2