home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / text / tex / pastex / macros / latex2e / packages / psnfss / makefile < prev    next >
Makefile  |  1994-06-07  |  558b  |  45 lines

  1. default: psfonts 
  2.  
  3. all: psfonts lucida mathtime extra
  4.  
  5. extra:  charter nimbus utopia
  6.  
  7. psfonts:
  8.     echo y > answer
  9.     tex psfonts.ins < answer
  10.     latex psfonts.dtx
  11.     rm answer
  12.  
  13. lucida:
  14.     tex lucida.ins 
  15.     latex lucida.dtx
  16.  
  17. oz:
  18.     tex oz.ins 
  19.     latex oz.dtx
  20.  
  21. mathtime:
  22.     tex mathtime.ins
  23.     latex mathtime.dtx
  24.  
  25. charter:
  26.     tex charter.ins
  27.     latex charter.dtx
  28.  
  29. nimbus:
  30.     tex nimbus.ins
  31.     latex nimbus.dtx
  32.  
  33. utopia:
  34.     tex utopia.ins
  35.     latex utopia.dtx
  36.  
  37. clean:
  38.     -rm *.fd *.sty *.log *.dvi *.idx *.aux *.toc answer *.tmp
  39.  
  40. install:
  41.     /bin/mv *.sty *.fd /usr/local/lib/texmf/tex/latex2e
  42.  
  43.  
  44.  
  45.