summaryrefslogtreecommitdiffstats
path: root/tools/README
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-04-24 01:46:50 (GMT)
committerstanton <stanton@noemail.net>1999-04-24 01:46:50 (GMT)
commit1518fbfc2f6d7a8c0f54b48c3625a77e2e0f41e5 (patch)
treeee21dbcb6a2c11333b3f9276847c8e7e44e47052 /tools/README
parent5cdbbebf9537313be9d0e83ec4ca36a0d897b4b3 (diff)
downloadtcl-1518fbfc2f6d7a8c0f54b48c3625a77e2e0f41e5.zip
tcl-1518fbfc2f6d7a8c0f54b48c3625a77e2e0f41e5.tar.gz
tcl-1518fbfc2f6d7a8c0f54b48c3625a77e2e0f41e5.tar.bz2
merged 8.1.0 changes into mainline
FossilOrigin-Name: 6291aaa1d5ba4514bdcbed6c4471d41112d2d49c
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.