aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: fdfc2b77115d43f259c93d6467d86e51f9f2addc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# PDF slides:
reproducible-paper.pdf: reproducible-paper.tex tex/plot.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