#	Makefile for Adobe Symbol [2001-05-26 PSNFSS-v8.2 (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:	metrics installfonts

metrics:
	afm2tfm psyr.afm
	
installfonts:
	-mkdir $(tfmdir)
	cp psyr.tfm $(tfmdir)

realclean:
	-rm psyr.tfm