summaryrefslogtreecommitdiff
path: root/macros/text1/vax_vms/texix_vms.readme
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/vax_vms/texix_vms.readme')
-rw-r--r--macros/text1/vax_vms/texix_vms.readme12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/text1/vax_vms/texix_vms.readme b/macros/text1/vax_vms/texix_vms.readme
new file mode 100644
index 0000000000..1bc62ad50d
--- /dev/null
+++ b/macros/text1/vax_vms/texix_vms.readme
@@ -0,0 +1,12 @@
+To create a new application on VMS for the TEXT1 sorted index, you
+must TANGLE the TEXIX.WEB file (found in the directory TEXIX) with the
+TEXIX.CH changes file in this directory. Then compile the program with Pascal.
+You must also compile VMSSORT with Pascal.
+This is all done for you with the COMPILE_TEXIX.COM procedure.
+The resulting TEXIX.EXE can be run by saying:
+
+ $ RUN TEXIX
+
+It will ask for index level 1, 2, or 3. Usually "1" is used, which corresponds
+to the index file TEXT1$$.IX1 which was created by running TEXT1 on your TEX
+file.