makefile_template: default to build both slides{,_with_notes}.pdf

This commit is contained in:
Astro 2016-09-19 22:51:38 +02:00
parent 780ee1ce82
commit c08dab076f
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
all: slides.pdf slides_with_notes.pdf
slides.pdf: slides.tex <%= deck_files.join " " %> slides.pdf: slides.tex <%= deck_files.join " " %>
pdflatex -draftmode $< pdflatex -draftmode $<
pdflatex $< pdflatex $<