diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-06 14:50:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-06 14:50:08 (GMT) |
commit | 27e8f4db3d5d3fa5840fc71f3cf231238ff2863b (patch) | |
tree | ed1481814af7c403e4d78d77e5b71ac61553071b /tools/README | |
parent | 9b30058284ab5a87d78cb96dcd63b95a7ada2393 (diff) | |
download | tcl-27e8f4db3d5d3fa5840fc71f3cf231238ff2863b.zip tcl-27e8f4db3d5d3fa5840fc71f3cf231238ff2863b.tar.gz tcl-27e8f4db3d5d3fa5840fc71f3cf231238ff2863b.tar.bz2 |
More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl packages where tcl9 actually can find them.
Diffstat (limited to 'tools/README')
-rw-r--r-- | tools/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/README b/tools/README index f4bf627..87a9af4 100644 --- a/tools/README +++ b/tools/README @@ -12,7 +12,7 @@ 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 + tclsh tcl-tk-man-html.tcl --htmldir=/tmp/tcl9.0 This script is very picky about the organization of man pages, effectively acting as a style enforcer. |