Import Tcl 8.6.12
This commit is contained in:
19
tools/README
19
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
|
||||
|
||||
Reference in New Issue
Block a user