Last change
on this file since 897 was
897,
checked in by mmc, 17 years ago
|
Improved the Rappture optimization API to include Tcl bindings.
Added standard build/test stuff for Tcl libraries. Created a
plugin hook for optimization libraries like pgapack. The plugin
support still needs some work.
|
File size:
727 bytes
|
Line | |
---|
1 | # ---------------------------------------------------------------------- |
---|
2 | # mkindex.tcl |
---|
3 | # |
---|
4 | # This utility freshens up the tclIndex file in a scripts directory. |
---|
5 | # USAGE: tclsh mkindex.tcl ?<directory> <directory> ...? |
---|
6 | # |
---|
7 | # ====================================================================== |
---|
8 | # AUTHOR: Michael McLennan, Purdue University |
---|
9 | # Copyright (c) 2004-2005 Purdue Research Foundation |
---|
10 | # |
---|
11 | # See the file "license.terms" for information on usage and |
---|
12 | # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. |
---|
13 | # ====================================================================== |
---|
14 | package require Itcl ;# include itcl constructs in the index |
---|
15 | |
---|
16 | foreach dir $argv { |
---|
17 | auto_mkindex $dir *.tcl *.itcl |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.