OpenFPGA/libs/EXTERNAL/tcl8.6.12/tools
Manadher Kharroubi 73d9b40124 adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
..
Makefile.in adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
README adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
checkLibraryDoc.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
configure adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
configure.in adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
eolFix.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
feather.bmp adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
findBadExternals.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
fix_tommath_h.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
genStubs.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
index.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
installData.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
loadICU.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
makeTestCases.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
man2help.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
man2help2.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
man2html.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
man2html1.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
man2html2.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
man2tcl.c adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
mkdepend.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
regexpTestLib.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
tcl.hpj.in adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
tclZIC.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
tcltk-man2html-utils.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
tcltk-man2html.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
tsdPerf.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
uniClass.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
uniParse.tcl adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00
white.bmp adding Tcl interface to vpr 2022-06-07 09:15:20 -07:00

README

This directory contains unsupported tools used to build parts of Tcl
for distribution.


uniParse.tcl -- Script for converting the Unicode character database
	into a compact table stored in generic/tclUniData.c.

uniClass.tcl -- Script for generating regexp class tables from the Tcl
	"string is" classes

Generating HTML files.
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.
The resulting documentation can be found at
    /tmp/dist/tcl<version>/html