LATEX = platex DVI2PS = dvips -f #DVI2PS = dvi2ps all: $(MAKE) man.dvi man.ps clean: -rm man.aux man.log veryclean: distclean -rm -f man.dvi man.ps distclean: -rm -f man.aux man.log *~ core *.core \#tz* man.dvi: man.tex $(LATEX) man.tex $(LATEX) man.tex man.ps: man.dvi -$(DVI2PS) man.dvi > man.ps # EOF