home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / XAP / XFIG / TRANSFIG.2 / TRANSFIG / transfig / doc / manual / Makefile < prev    next >
Encoding:
Makefile  |  1993-04-27  |  164 b   |  14 lines

  1. #
  2. # TransFig makefile
  3. #
  4.  
  5. all: trans.tex 
  6.  
  7. # translation into latex
  8.  
  9. trans.tex: trans.fig Makefile
  10.     fig2dev -L latex trans.fig > trans.tex
  11. clean::
  12.     rm -f trans.tex
  13.  
  14.