all:
	pdflatex izpack-tutorial.tex
	pdflatex izpack-tutorial.tex

clean:
	rm -f izpack-tutorial.pdf
	rm -f *.log *.bak *.aux *.nav *.out *.snm *.toc
