aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 2a573d430edbd7c0b8c55c09203b9e3ae2a039c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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