#!/usr/local/bin/tclsh7.5
if ![string match "" [lindex $argv 0]] {
   set dir [lindex $argv 0]
} else {
  set dir ./tcl
}
auto_mkindex $dir
