summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
Commit message (Collapse)AuthorAgeFilesLines
* The final parts of my doc improvement projectdkf2011-07-181-0/+27
|
* More small documentation improvements.dkf2011-07-181-1/+13
|
* Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-171-1/+20
| | | the quality of HTML doc builds.
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ | | | | cause more harm than good. Purged them (except in zlib files).
| * * tools/tcltk-man2html.tcl: Improve handling of cross-links fordkf2010-09-011-1/+4
| | | | | | | | options between Ttk manual pages.
* | Start producing HTML out for Thread package. Consequent bugfixes:dkf2010-09-031-3/+10
| | | | | | | | | | | | | | | | | | * tools/tcltk-man2html.tcl (plus-pkgs): Improve the package documentation search pattern to support the doctoos-generated directory structure. * tools/tcltk-man2html-utils.tcl (output-name): Made this more resilient against misformatted NAME sections, induced by import of Thread package documentation into Tcl doc tree.
* | * tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make thedkf2010-06-131-7/+8
| | | | | | | | | | | | | | | | | | title of a manual page be stored relative to its resulting directory name as well as its source filename. This was caused by both Tcl and a contributed package ([incr Tcl]) defining an Object.3. Also corrected the joining of strings in titles to avoid extra braces. Note: This removes the previous hack and fixes things correctly.
* | * tools/tcltk-man2html.tcl: [Bug 3015327]: Add hack to stop Itcl Cdkf2010-06-131-3/+3
| | | | | | | | | | | | | | | | docs from interfering with Tcl docs during HTML generation. This is a band-aid since it just prevents the generation of the HTML version of the Itcl C docs (since they're not installed during 'make install') rather than improving the code to not have problems with the clash between two Object.3 files.
* | More zlib documentation improvements.dkf2010-02-101-4/+4
| |
* | Improvements to zlib documentation (and formatting of it).dkf2010-02-101-2/+4
| |
* | Yet another exclusiondkf2010-01-141-2/+3
| |
* | Another link suppressiondkf2010-01-141-2/+3
| |
* | More tinkering with the conversion special cases.dkf2010-01-141-16/+41
| |
* | Add link remapping capability.dkf2010-01-141-1/+7
| |
* | Add copyrights/version trackers.dkf2010-01-131-0/+3
| |
* | Add to exclusions, remove list-syntax problemdkf2010-01-131-0/+6
| |
* | Adjust the link suppressiondkf2010-01-131-2/+3
| |
* | Another useless special case removeddkf2010-01-131-1/+0
| |
* | No need for regexp(n) to get special treatmentdkf2010-01-131-1/+0
| |
* | No need for return(n) to get special treatmentdkf2010-01-131-1/+0
| |
* | More factoring out of special cases in the nroff->HTML code.dkf2010-01-131-3/+30
| |
* | Simplification/refactoring of nroff->HTML.dkf2010-01-121-83/+140
| |
* | Split man2html converter up for ease of maintenance.dkf2010-01-101-1388/+201
| |
* | Add more troff macros to ignoredkf2010-01-101-1/+2
| |
* | Small tweaks to improve reporting and quell some unimportant messagesdkf2010-01-091-3/+3
| |
* | Added the contributed packages to the code to build HTML docs.dkf2010-01-091-5/+21
| |
* | Force this file to be interpreted as a Tcl script by Emacsdkf2009-12-161-0/+4
| |
* | [FRQ 2897296]: Cross-links to sections within a manpage when in HTML.dkf2009-12-111-3/+9
| |
* | Eliminate unneccessary spacesnijtmans2009-11-181-5/+5
| |
* | Apply last useful bit of [Patch 557486].dkf2009-06-151-1/+1
| |
* | bring doc and tools in line with http://wiki.tcl.tk/812nijtmans2009-03-251-1/+1
| |
* | The converter author should not be assigned copyright for transformed documentspatthoyts2009-01-181-1/+0
| |
* | Converter script improvements. [Bug 2330040]dkf2008-11-241-27/+39
|/
* Improved manual page scraper to do a better job with Ttk. [Tk Bug 1876493]dkf2008-01-301-35/+45
|
* * tools/tcltk-man2html.tcl (make-man-pages): make man page titlehobbs2008-01-051-1/+1
| | | | use more specific info on lhs to improve tabbed browser view titles.
* Convert .DS/.DE sequences to tables, as that's now what they're used for.dkf2007-11-011-2/+5
|
* Enhance the HTML generator so that it can produce multi-line option ↵dkf2007-10-301-224/+277
| | | | descriptions.
* Make the man->HTML scraper work better.dkf2007-10-261-13/+57
|
* * tools/tcltk-man2html.tcl: revamp of html doc output to use CSS,hobbs2007-06-201-163/+249
| | | | standardized headers, subheaders, dictionary sorting of names.
* * tools/tcltk-man2html.tcl: clean up copyright merging and output.hobbs2007-06-191-89/+114
| | | | clean up coding constructs.
* * tools/tcltk-man2html.tcl (option-toc): handle any kind ofhobbs2006-10-311-1/+1
| | | | options defined toc section (needed for ttk docs)
* * tools/tcltk-man2html.tcl: add support for alpha & beta versions todas2006-10-201-1/+1
| | | | useversion glob pattern. [Bug 1579941]
* * tools/tcltk-man2html.tcl: fixed useversion glob pattern to acceptdas2005-06-231-1/+1
| | | | multi-digit patchlevels.
* * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional varhobbs2005-06-021-16/+25
| | | | | * tools/tcltk-man2html.tcl: add a --useversion to prevent confusion when multiple Tcl source dirs exist.
* * doc/CrtChannel.3:das2004-11-121-0/+3
| | | | | | | | | | | | * doc/Interp.3: * doc/Limit.3: * doc/binary.n: * doc/dict.n: * doc/tm.n: * doc/upvar.n: fixed *roff errors uncovered by running 'make html'. * tools/tcltk-man2html.tcl: added faked support for bullet point lists, i.e. *nroff ".IP \(bu" syntax.
* More adaptations to understand .SS macros.dkf2004-05-181-9/+17
|
* * tools/tcltk-man2html.tcl: fixed incorrect html generated fordas2003-10-211-7/+12
| | | | | | | .IP/.TP lists, now use <DL><DT>...<DD>...<P><DT>...<DD>...</DL> instead of illegal <DL><P><DT>...<DD>...<P><DT>...<DD>...</DL>. Added skipping of directives directly after .TP to avoid them being used as item descriptions, e.g. .TP\n.VS in clock.n.
* * unix/tclUnixFCmd.c: fix for compilation errors on platforms wheredas2003-07-181-17/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure detects non-functional chflags(). [Bug 748946] * macosx/Makefile: Rewrote buildsystem for Mac OS X framework build to be purely make driven; in order to become independent of Apple's closed-source IDE and build tool. The changes are intended to be transparent to the Makefile user, all existing make targets and cmd line variable overrides should continue to work. Changed build to only include tcl specific html help in Tcl.framework, the tk specific html help is now included in Tk.framework. Added var to allow overriding of tclsh used during html help building (Landon Fuller). * macosx/Tcl.pbproj/project.pbxproj: * macosx/Tcl.pbproj/jingham.pbxuser: Changed to purely call through to the make driven buildsystem; Tcl.framework is no longer assembled by ProjectBuilder. Set default SYMROOT in target options to simplify setting up PB (manually setting common build folder for tcl & tk no longer needed). * tools/tcltk-man2html.tcl: Added options to allow building only the tcl or tk html help files; the default behaviour with none of the new options is to build both, as before. * unix/Makefile.in: Added targets for building only the tcl or tk help. * macosx/README (new): Tcl specific excerpts of tk/macosx/README. * generic/tcl.h: Updated reminder comment about editing macosx/Tcl.pbproj/project.pbxproj when version number changes.
* * library/auto.tcl: Replaced [regexp] and [regsub] withdgp2003-03-191-1/+1
| | | | | | | | | | | | | | | * library/history.tcl: [string map] where possible. Thanks * library/ldAout.tcl: to David Welton. [Bugs 667456,667558] * library/safe.tcl: Bumped to http 2.4.3, opt 0.4.5, and * library/http/http.tcl: tcltest 2.2.3. * library/http/pkgIndex.tcl: * library/opt/optparse.tcl: * library/opt/pkgIndex.tcl: * library/tcltest/tcltest.tcl: * library/tcltest/pkgIndex.tcl: * tools/genStubs.tcl: * tools/tcltk-man2html.tcl: * unix/mkLinks.tcl:
* * tools/tcltk-man2html.tcl: added support for building 'make html'das2003-03-181-19/+9
| | | | | | from inside distribution directories named with 8.x.x version numbers. tcltk-man2html now uses the latest tcl8.x.x resp. tk8.x.x directories found inside its --srcdir argument.