summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/vms/README.VMS
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipsk/vms/README.VMS')
-rw-r--r--Build/source/texk/dvipsk/vms/README.VMS48
1 files changed, 0 insertions, 48 deletions
diff --git a/Build/source/texk/dvipsk/vms/README.VMS b/Build/source/texk/dvipsk/vms/README.VMS
deleted file mode 100644
index 93698e30c02..00000000000
--- a/Build/source/texk/dvipsk/vms/README.VMS
+++ /dev/null
@@ -1,48 +0,0 @@
-This is the beginnings of a port to VMS. The documentation is not yet
-complete, but the program works. To compile, set the following in
-MAKE.COM:
-
-Set TFMPATH to where the TFM files are located. Default is TEX$FONTS:
- ($ TFMPATH = "TEX$FONTS:")
-
-Set PKPATH to where the PK fonts are located. Default is TEX_PK:
- ($ PKPATH = "TEX_PK:")
-
-Set VFPATH to where the VF fonts are located. Default is TEX_VF:
- ($ VFPATH = "TEX_VF:")
-
-Set FIGPATH to where the epsf and psfiles are located. Default is TEX_INPUTS:
- ($ FIGPATH = "TEX_INPUTS:")
-
-Set HEADERPATH to where the header files are located. Default is
-TEX$POSTSCRIPT:,SYS$LOGIN:,"
- ($ HEADERPATH = "TEX$POSTSCRIPT:,SYS$LOGIN:,")
-
-Set CONFIGPATH to where the config files are located. Default is
-TEX$POSTSCRIPT:
- ($ CONFIGPATH = "TEX$POSTSCRIPT:")
-
-Set TPIC to ",TPIC" if you want TPIC support enabled. Default is enabled.
- ($ TPIC = ",TPIC")
-
-Set DEBUG to ",DEBUG" if you want DEBUG support enabled. Default is enabled.
- ($ DEBUG = ",DEBUG")
-
-Expect 1 warning in dospecial.c
-
-To install:
-
-dvips := $DIRECTORY:dvips
-maketexpk := @DIRECTORY:maketexpk
-
-Make sure that all the logicals defined above (eg, tex_pk, tex_vf) are
-actually defined.
-
-Again, this is a first cut, with improvements to come later. It has
-not been thoroughly tested. More documentation will be coming later,
-and possibly a VMS command line interface. If you have any problems or
-improvements, please let me know.
-
-Xev Gittler
-GTE Laboratories, Inc.
-xev@bunny.gte.com