slidenado/makefile_template.erb

10 lines
236 B
Plaintext

ALL: slides.pdf slides_with_notes.pdf
slides.pdf: slides.tex <%= deck_files.join " " %>
pdflatex -draftmode $<
pdflatex $<
slides_with_notes.pdf: slides_with_notes.tex <%= deck_files.join " " %>
pdflatex -draftmode $<
pdflatex $<