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