MAIN	= ippdor

all:
	pdflatex $(MAIN).tex
	makeindex $(MAIN)
	pdflatex $(MAIN).tex

clean:
	/bin/rm -f $(MAIN).pdf
	CleanTex.sh
