summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-18 12:07:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-18 12:07:38 (GMT)
commite01a116dd66013ef4d031ee63666874f4262a115 (patch)
tree68faf96198c8ec06b1043e212fd4fb6434c7cf9f /tools
parent09d773669d72296687081d08cb35d3a41875001c (diff)
parentd6d1e0a92d34adddee8a968e61f6fd17c162d5d8 (diff)
downloadtcl-e01a116dd66013ef4d031ee63666874f4262a115.zip
tcl-e01a116dd66013ef4d031ee63666874f4262a115.tar.gz
tcl-e01a116dd66013ef4d031ee63666874f4262a115.tar.bz2
Merge 8.6
Diffstat (limited to 'tools')
-rw-r--r--tools/README19
1 files changed, 7 insertions, 12 deletions
diff --git a/tools/README b/tools/README
index f4bf627..a37c2f4 100644
--- a/tools/README
+++ b/tools/README
@@ -9,17 +9,12 @@ uniClass.tcl -- Script for generating regexp class tables from the Tcl
"string is" classes
Generating HTML files.
-The tcl-tk-man-html.tcl script from Robert Critchlow
-generates a nice set of HTML with good cross references.
-Use it like
- tclsh tcl-tk-man-html.tcl --htmldir=/tmp/tcl8.2
+The tcltk-man2html.tcl script generates a nice set of HTML with
+good cross references. Use it like
+ cd unix
+ ./configure
+ make html
This script is very picky about the organization of man pages,
effectively acting as a style enforcer.
-
-Generating Windows Help Files:
-1) Build tcl in the ../unix directory
-2) On UNIX, (after autoconf and configure), do
- make
- this converts the Nroff to RTF files.
-2) On Windows, convert the RTF to a Help doc, do
- nmake helpfile
+The resulting documentation can be found at
+ /tmp/dist/tcl<version>/html