For Programmers: Free Programming Magazines  


Home > Archive > Tcl > June 2007 > auto_mkindex question...









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author auto_mkindex question...
Mel

2007-06-08, 8:07 am

i have a whole bunch of directories under my "src" root

is it possible to create a single tclIndex file at the root level
rather than creating individual ones inside each directory ?

if the answer is yes; how can I do this

currently i use:
auto_mkindex . *.tcl within each sub-dir

thanks for your help

Kaitzschu

2007-06-09, 10:17 pm

On Thu, 7 Jun 2007, Mel wrote:

> i have a whole bunch of directories under my "src" root
>
> is it possible to create a single tclIndex file at the root level rather
> than creating individual ones inside each directory ?
>
> if the answer is yes; how can I do this


You can do
auto_mkindex . */*.tcl
in your "src" root directory.

--
-Kaitzschu
s="TCL ";while true;do echo -en "\r$s";s=${s:1:${#s}}${s:0:1};sleep .1;done
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com