diff options
Diffstat (limited to 'src/cmd/postscript')
-rw-r--r-- | src/cmd/postscript/config | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/cmd/postscript/config b/src/cmd/postscript/config index fa9bb278..7d54c25a 100644 --- 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 |