2 # Author: Petter Reinholdtsen <pere@td.org.uit.no>
5 # Rules for LaTeX to Postscript/PDF/HTML convertion, including image
17 .SUFFIXES: .tex .ps .dvi .pdf .html
28 .SUFFIXES: .fig .pgm .pnm .eps .png .gif .jpeg
30 $(FIG2DEV) -L ps $< > $@
32 $(FIG2DEV) -L png -m 0.5 $< $@
34 pnmscale -xscale 2 -yscale 2 < $< | pnmtopng > $@
36 pnmscale -xscale 2 -yscale 2 < $< | pnmtopng > $@
38 pnmtops -noturn < $< > $@
40 pnmtops -noturn < $< > $@
44 pngtopnm $< | pnmtops -noturn> $@
46 giftopnm $< | pnmtops -noturn> $@
51 # ghostscript -sDEVICE=pdfwrite -sOutputFile=$@ < $<