From c347b219175cb2b482c9b035b146d8bc39b0e891 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 1 Sep 2015 18:09:32 -0400 Subject: add serbian version --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 $(