#!/usr/local/bin/tclsh

puts "making tclIndex"
auto_mkindex .

#puts "making pkgIndex.tcl"
#pkg_mkIndex .

puts "done"
exit
