# # TransFig makefile # all: graph.tex # translation into pstex graph.tex: graph.eps Makefile fig2dev -L pstex_t -p graph.eps -m 0.6 graph.fig > graph.tex clean:: rm -f graph.tex graph.ps: graph.fig Makefile fig2dev -L pstex -m 0.6 graph.fig > graph.ps clean:: rm -f graph.ps graph.eps: graph.fig Makefile fig2dev -L pstex -m 0.6 graph.fig > graph.eps clean:: rm -f graph.eps