theoriea.dvi: theoriea.tex
	latex theoriea.tex
	latex theoriea.tex
	makeindex theoriea
	latex theoriea.tex

clean: 
	rm -f *.aux
	rm -f *.log
	rm -f feynmangraphs.*
	rm -f *.swp
	rm -f *.ind *.idx *.log *.toc *.ilg
	rm -f *.tmp

distclean: 
	rm -f *.aux
	rm -f *.log
	rm -f feynmangraphs.*
	rm -f *.dvi
	rm -f theoriea.ps.gz
	rm -f *.swp
	rm -f *.ind *.idx *.log *.toc *.ilg
	rm -f *.tmp
