repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
groff
/
font
/
devps
/
generate
/
sfdtopfa.pe
blob
b495458f6cf1c28b3b1b35fac4cc86b1cc84e5c9
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");