NAME = manual

pdf:
	pdflatex $(NAME).tex
	pdflatex $(NAME).tex


clean:
	rm -f $(NAME).ps $(NAME).dvi $(NAME).pdf *~ *.aux *.toc *.log *.out
