summaryrefslogtreecommitdiffstats
path: root/tools/README
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-24 01:46:51 (GMT)
committerstanton <stanton>1999-04-24 01:46:51 (GMT)
commitd6f3ad620713ca2ff8a9b7cb854cdc28aa20ea64 (patch)
treeee21dbcb6a2c11333b3f9276847c8e7e44e47052 /tools/README
parent7fe0693f639b20e19c4cb0ad38d091809e04bead (diff)
downloadtcl-d6f3ad620713ca2ff8a9b7cb854cdc28aa20ea64.zip
tcl-d6f3ad620713ca2ff8a9b7cb854cdc28aa20ea64.tar.gz
tcl-d6f3ad620713ca2ff8a9b7cb854cdc28aa20ea64.tar.bz2
merged 8.1.0 changes into mainline
Diffstat (limited to 'tools/README')
-rw-r--r--tools/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/README b/tools/README
index 67cac12..1caf63c 100644
--- a/tools/README
+++ b/tools/README
@@ -2,3 +2,12 @@
This directory contains unsupported tools that are used
during the release engineering process.
+Generating Windows Help Files:
+1) On UNIX, (after autoconf and configure), do
+ make winhelp
+ this converts the Nroff to RTF files.
+2) On Windows, convert the RTF to a Help doc, do
+ nmake helpfile
+
+Generating Windows binary distribution.
+Update and compile the WYSE tcl.wse configuration.