# make file

html:	l.tex
	hyperlatex l
	fixhlx

dvi: 	l.tex
	latex l
	
ps:	l.tex
	latex l
	dvips -o l.ps l

gif:	l.tex
	hyperlatex -gif l
	hyperlatex l
	fixhlx

tar:
	tar cvf T.tar *tex Makefile figs gif prog
