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