summaryrefslogtreecommitdiff
path: root/systems/unix/tex-fpc/shell/mkfont
diff options
context:
space:
mode:
Diffstat (limited to 'systems/unix/tex-fpc/shell/mkfont')
-rwxr-xr-xsystems/unix/tex-fpc/shell/mkfont3
1 files changed, 1 insertions, 2 deletions
diff --git a/systems/unix/tex-fpc/shell/mkfont b/systems/unix/tex-fpc/shell/mkfont
index 06d8dd3506..34b2eb7849 100755
--- a/systems/unix/tex-fpc/shell/mkfont
+++ b/systems/unix/tex-fpc/shell/mkfont
@@ -1,11 +1,10 @@
-# Install .tfm and . pk files from .mf files for TeX-GPC
+# Install .tfm and . pk files from .mf files for TeX-FPC
f=`basename $1 .mf`
case $# in
1) mag=1;;
2) mag=$2;;
*) echo Usage: $0 mf-file [ magnification ]; exit 1
esac
-echo $0: $f magnification=$mag
rm -f $f.*gf
mf "\\mode=localfont; mag=$mag; batchmode; input $1"\
&& gftopk $f.*gf `echo $f.*gf | sed 's/gf$/pk/'` \