# Makefile for Adobe Symbol [2000/01/12 PSNFSS-v8.1 (WaS)] # This is for OS/2 with emTeX/TDS and GNU Make or IBM's nmake; # *** asterisks indicate directory names and commands # which need to be customized for other systems. # *** the TDS root dirctory: tdsdir= e:\texmf # *** where the .tfm files should go: tfmdir= $(tdsdir)\fonts\tfm\adobe\symbol all: getafms metrics installfonts getafms: cp $(tdsdir)/fonts/afm/adobe/symbol/psyr.afm . metrics: afm2tfm psyr.afm installfonts: -mkdir $(tfmdir) cp psyr.tfm $(tfmdir) realclean: -rm psyr.tfm