modules/docstrip/pkgIndex.tcl
Go to the documentation of this file.00001 if {![package vsatisfies [package provide Tcl] 8.4]} {return}
00002 package ifneeded docstrip 1.2 [list source [file join $dir docstrip.tcl]]
00003 package ifneeded docstrip::util 1.2 [list source [file join $dir docstrip_util.tcl]]
00004