# PDF slides:reproducible-paper.pdf:reproducible-paper.tex \
tex/project-graph.textex/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-latexcleanclean-latex:
rm -f *.aux *.log *.nav *.out *.snm *.toc
clean:clean-latex
rm *.pdf