summaryrefslogtreecommitdiff
path: root/fonts/psfonts/psnfss-source/zapfding/makefile
blob: 1346c09e8a893e82c2a76d3572cb7feabe36202d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#	Makefile for Adobe Zapf Dingbats [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\zapfding

all:	metrics installfonts

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

realclean:
	-rm pzdr.tfm