Slight change in MakeTeXPK script: gftopk uses the -verbose flag (instead

of -v)
This commit is contained in:
Jean-Marc Zucconi 1997-10-01 21:25:30 +00:00
parent dd1612282b
commit 317067d0ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8079

View file

@ -169,7 +169,7 @@ then
exit 1
fi
gftopk -v ./$GFNAME ./$PKNAME
gftopk -verbose ./$GFNAME ./$PKNAME
# Install the PK file carefully, since others may be doing the same
# as us simultaneously.