all:	kantman

kantman:	kantman.tex index.tex
	tex kantman; tex kantman; makeindex kantman.idx; tex index; 

clean:	
	rm -f *.dvi; rm -f *.aux; rm -f *.log; rm -f *.idx; rm -f *.ilg; rm -f *.ind; rm -f *.toc;



#
# However, the command tex in this file means latex.
#
# If you have no makeindex on your machine copy the 
# file kantman.ind.org to kantman.ind and run tex on 
# the  file index.tex
#
