home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / tex / texsrc3 / Src / mf / trapenv < prev   
Text File  |  1993-05-05  |  375b  |  27 lines

  1. |#!/bin/sh
  2. |# Make sure that files will be found in the current directory, so the
  3. |# trap test will run properly.
  4. |# 
  5.  
  6. |# trap.mf.
  7. |MFINPUTS=.
  8. |export MFINPUTS
  9.  
  10. |# trap.base.
  11. |MFBASES=.
  12. |export MFBASES
  13.  
  14. |# mf.pool.
  15. |MFPOOL=.
  16. |export MFPOOL
  17.  
  18. |# trap.72270gf
  19. |GFFONTS=.
  20. |export GFFONTS
  21.  
  22. |RISC OS:
  23. set MFInputs$Path @.
  24. set MFBases$Path @.
  25. set MFPool$Path @.
  26. set GFFonts$Path @.
  27.