diff options
author | rsc <devnull@localhost> | 2005-12-16 13:52:22 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-12-16 13:52:22 +0000 |
commit | ca88fc2556255ae34bf6a71c63b9a0d634c8708d (patch) | |
tree | d1ba1f5a8f3408e9a0e6a27151719d66febc4132 /lib | |
parent | c2eea0677da679d1074ba2eba0cf4ed8b2fbcff9 (diff) | |
download | plan9port-ca88fc2556255ae34bf6a71c63b9a0d634c8708d.tar.gz plan9port-ca88fc2556255ae34bf6a71c63b9a0d634c8708d.tar.bz2 plan9port-ca88fc2556255ae34bf6a71c63b9a0d634c8708d.zip |
more (Erik Quanstrom)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gv.resource | 9 | ||||
-rw-r--r-- | lib/moveplan9.files | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lib/gv.resource b/lib/gv.resource index a5881c0a..8987b751 100644 --- a/lib/gv.resource +++ b/lib/gv.resource @@ -13,3 +13,12 @@ 4.000, 4.000 \n\ 8.000, 8.000 \n\ 10.00, 10.00 + +GV.gsQuiet: True +GV.gsSafer: False +GV.gsArguments: +GV.gsX11AlphaDevice: -sDEVICE=x11 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dMaxBitmap=10000000 -dNOPLATFONTS +GV.gsX11Device: -sDEVICE=x11 +GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pswrite -sOutputFile='%s' -f '%s' -c save pop quit +GV.gsCmdScanPDF: gs -dNODISPLAY -dQUIET -sPDFname='%s' -sDSCname='%s' pdf2dsc.ps -c quit +GV.gsInterpreter: gs diff --git a/lib/moveplan9.files b/lib/moveplan9.files index ea2a4150..9a1b720d 100644 --- a/lib/moveplan9.files +++ b/lib/moveplan9.files @@ -2,16 +2,23 @@ bin/" bin/"" bin/9 bin/9.rc +bin/9fs bin/Getdir bin/adict bin/doctype bin/ipso bin/lookman bin/man +bin/netfileget +bin/netfileput +bin/netfilestat bin/sig bin/spell bin/src bin/stack +bin/u.rc +bin/vmount +bin/yesterday man/mkindex tmac/tmac.anhtml tmac/tmac.pm |