.SUFFIXES: $(SUFFIXES) .ps .dvi .png all: article.gen.ps article.gen.pdf article.gen.html .dvi.ps: dvips -P cmz -t letter $< -o $@ article.gen.dvi: article.gen.latex style.tex acm_proc_article-sp.cls latex article.gen.latex BIBINPUTS=..:$$BIBINPUTS bibtex article.gen latex article.gen.latex latex article.gen.latex article.gen.pdf: article.gen.ps ps2pdf14 article.gen.ps article.gen.pdf article.gen.pdf.old: article.gen.latex style.tex pdflatex article.gen.latex BIBINPUTS=..:$$BIBINPUTS bibtex article.gen pdflatex article.gen.latex pdflatex article.gen.latex article.gen.html: %.rst docutils.conf $(MAKE) -C ../../navidoc html RST="../manuscripts/storm/$<" Helvetica.tfm: ln -s ../../gzz/Helvetica.tfm article.gen.latex: article.rst docutils.conf # $(MAKE) -C ../../navidoc latex RST="--config ../manuscripts/SemFen/docutils.conf ../manuscripts/SemFen/$<" $(MAKE) -C ../../navidoc latex RST="../manuscripts/storm/$<"