slidenado/makefile_template.erb

10 lines
236 B
Plaintext
Raw Normal View History

ALL: slides.pdf slides_with_notes.pdf
2016-07-06 19:25:46 +02:00
slides.pdf: slides.tex <%= deck_files.join " " %>
2016-07-06 19:48:58 +02:00
pdflatex -draftmode $<
2016-07-06 19:35:09 +02:00
pdflatex $<
slides_with_notes.pdf: slides_with_notes.tex <%= deck_files.join " " %>
pdflatex -draftmode $<
pdflatex $<