diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-17 15:25:29 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-17 15:25:29 (GMT) |
commit | 333069975324629e46636ca439dc7edb838449a3 (patch) | |
tree | 32ef83f5203e62594830f5a525868804e822213b /doc/README | |
download | blt-333069975324629e46636ca439dc7edb838449a3.zip blt-333069975324629e46636ca439dc7edb838449a3.tar.gz blt-333069975324629e46636ca439dc7edb838449a3.tar.bz2 |
Squashed 'tkhtml1/' content from commit d033894
git-subtree-dir: tkhtml1
git-subtree-split: d0338941fea71e9196fe50b0abc1b405838e91ff
Diffstat (limited to 'doc/README')
-rw-r--r-- | doc/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/README b/doc/README new file mode 100644 index 0000000..8f3613a --- /dev/null +++ b/doc/README @@ -0,0 +1,15 @@ +This directory contains all source code files for the TkHtml +widget. TkHtml renders HTML for Tcl/Tk 8.0 and later. + + COPYRIGHT Text of the GNU Public License, under which this + software is distributed. + + + COMPILE.txt Instructions on how to compile TkHtml. + + doc Other documentation about TkHtml. + + src All of the source code. + + tools Source code to tools that are used to build the widget + but which do not become part of the widget. |