summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-08-23 18:55:54 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-08-23 18:55:54 -0400
commitd363454d07dabb09c76ba3bb35031feb458eaea5 (patch)
tree1b21e267b36137723fabb63b5e83f4f520cff42e
parent46900affe6a458aeabe1b6190efea789822bab97 (diff)
downloadwedding-booklet-d363454d07dabb09c76ba3bb35031feb458eaea5.tar.gz
right call for doing a booklet
-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