modules/doctools/pkgIndex.tcl
Go to the documentation of this file.00001 if {![package vsatisfies [package provide Tcl] 8.2]} {return}
00002 package ifneeded doctools 1.3 [list source [file join $dir doctools.tcl]]
00003 package ifneeded doctools::toc 0.3 [list source [file join $dir doctoc.tcl]]
00004 package ifneeded doctools::idx 0.3 [list source [file join $dir docidx.tcl]]
00005 package ifneeded doctools::cvs 0.1.1 [list source [file join $dir cvs.tcl]]
00006 package ifneeded doctools::changelog 0.1.1 [list source [file join $dir changelog.tcl]]
00007