]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/groff/font/devps/generate/sfdtopfa.pe
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / groff / font / devps / generate / sfdtopfa.pe
1 # sfdtopfa.pe
2 #
3 # This script generates a PFA file from the master SFD using pfaedit.
4 #
5 # The argument is the name of the SFD without extension;
6 # the PFA file is created in the current directory.
7
8 Open($1:r + ".sfd");
9 Generate(($1:t):r + ".pfa");