# PDF slides: reproducible-paper.pdf: reproducible-paper.tex \ tex/project-graph.tex tex/git-branch.tex # We'll run pdflatex two times so the page numbers and # internal links also work. pdflatex reproducible-paper pdflatex reproducible-paper # Clean all extra files .PHONY: clean-latex clean clean-latex: rm -f *.aux *.log *.nav *.out *.snm *.toc clean: clean-latex rm *.pdf