forked from lijiext/lammps
14 lines
382 B
Tcl
Executable File
14 lines
382 B
Tcl
Executable File
#!/usr/bin/tclsh
|
|
# recreate the tcl index file for on demand loading.
|
|
#
|
|
# Copyright (c) 2003 by <Axel.Kohlmeyer@theochem.ruhr-uni-bochum.de>
|
|
#
|
|
auto_mkindex . *.tcl
|
|
|
|
############################################################
|
|
# Local Variables:
|
|
# mode: tcl
|
|
# time-stamp-format: "%u %02d.%02m.%y %02H:%02M:%02S %s"
|
|
# End:
|
|
############################################################
|