Code

Imported initial slides used at OpenRheinRuhr 2010.
[talk-dvcs-git.git] / Makefile
1 all: slides.pdf handout.pdf
3 %.pdf: %.tex
4         pdflatex $<
6 slides.pdf: slides.tex main.tex
8 handout.pdf: handout.tex main.tex
10 clean:
11         rm -f *.aux *.log *.nav *.out *.snm *.toc *.vrb
12         rm -f slides.pdf handout.pdf
14 .PHONY: all clean