summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 73f5625..1e5d820 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,10 @@ parts: $(PARTS)
lilypond --pdf $<
$(TDIR)/book.tex: book.lytex $(SOURCES) $(INCLUDES)
- lilypond-book --output=$(TDIR) -I ../ --pdf $<
+ lilypond-book --output=$(TDIR) -I ../ --latex-program=lualatex $<
%.pdf: %.tex
- cd $(@D); pdflatex $(<F)
+ cd $(@D); lualatex $(<F)
book.pdf: $(TDIR)/book.pdf
cp $< $@