plan9port

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

commit 6d2233eec281a800c8acb813c5ade4a7d2378705
parent 787a5a559bfe44f61fb52e90873cfb6096eb9f65
Author: rsc <devnull@localhost>
Date:   Sun, 16 May 2004 12:54:35 +0000

correct paths, even though i don't think this is used.

Diffstat:
Msrc/cmd/postscript/config | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/cmd/postscript/config b/src/cmd/postscript/config @@ -1,12 +1,11 @@ -# edit ../ps.mk instead SYSTEM=plan9 VERSION=3.3.1 ROOT= -POSTBIN=$ROOT/$objtype/bin/aux +POSTBIN=$PLAN9/bin DKHOST=FALSE DKSTREAMS=FALSE ROUNDPAGE=TRUE -FONTDIR=/sys/lib/troff/font -POSTLIB=/sys/lib/postscript/prologues +FONTDIR=$PLAN9/troff/font +POSTLIB=$PLAN9/postscript/prologues