summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-09-01 18:09:32 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-09-01 18:10:10 -0400
commitc347b219175cb2b482c9b035b146d8bc39b0e891 (patch)
tree3f63710c887dce8b97170c9469d35221915e3c26 /Makefile
parentf3d141334e7ce03f8d6639862e8097bf45d58dc0 (diff)
downloadwedding-booklet-c347b219175cb2b482c9b035b146d8bc39b0e891.tar.gz
add serbian version
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