plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit bebed446d09081a3cd7e25bdb536de1364e50cd6
parent f729f79ca2feeeaf3e19734e25482ccb618c043f
Author: rsc <devnull@localhost>
Date:   Wed, 18 Jan 2006 16:57:55 +0000

add fonts

Diffstat:
Mbin/psv | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/psv b/bin/psv @@ -1,5 +1,9 @@ #!/bin/sh +# add plan 9 postscript fonts +GS_FONTPATH=$GS_FONTPATH:$PLAN9/postscript/font +export GS_FONTPATH + # # gv has decided to rename all its -foo options to --foo. #