diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
