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 + book-sr.lytex | 446 +++++++++++++++++++++++++++++++++++++++++++++++ prayers/credo_sr.tex | 19 ++ prayers/notrepere_sr.tex | 11 ++ readings/gospel_sr.tex | 9 + readings/reading1_sr.tex | 16 ++ readings/reading2_sr.tex | 18 ++ 7 files changed, 525 insertions(+) create mode 100644 book-sr.lytex create mode 100644 prayers/credo_sr.tex create mode 100644 prayers/notrepere_sr.tex create mode 100644 readings/gospel_sr.tex create mode 100644 readings/reading1_sr.tex create mode 100644 readings/reading2_sr.tex 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 $(