#!../tkimage_wish -f
#
# mkIndex.tcl - generate a tclIndex file in the current directory

# load itcl changes to recognize classes
if {[catch {source itcl_mkindex.tcl} msg]} {
    puts "mkIndex warning: $msg"
}

itcl_mkindex . *.tcl
exit 0
