#
# TransFig makefile
#

all: x.gif.tex 

# translation into epic

x.gif.tex: x.gif.fig Makefile
	fig2dev -L epic x.gif.fig > x.gif.tex
clean::
	rm -f x.gif.tex

