# Makefile for Adobe Zapf Dingbats [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\zapfding all: getafms metrics installfonts getafms: cp $(tdsdir)/fonts/afm/adobe/zapfding/pzdr.afm . metrics: afm2tfm pzdr.afm installfonts: -mkdir $(tfmdir) cp pzdr.tfm $(tfmdir) realclean: -rm pzdr.tfm