Files
netbsd/gnu/dist/groff/font/devps/generate/sfdtopfa.pe
2013-04-06 16:48:33 +02:00

10 lines
248 B
Plaintext

# sfdtopfa.pe
#
# This script generates a PFA file from the master SFD using pfaedit.
#
# The argument is the name of the SFD without extension;
# the PFA file is created in the current directory.
Open($1:r + ".sfd");
Generate(($1:t):r + ".pfa");