head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 markom:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2002.01.16.10.24.30;  author markom;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2002.01.16.10.24.30;  author markom;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@
TCL := $(wildcard *.tcl *.itcl *.ith *.itb)

ITCL_SH = itclsh3.0

tclIndex: $(TCL) Makefile
	echo "auto_mkindex `pwd` $(TCL)" | $(ITCL_SH)

tags: TAGS
TAGS: $(TCL)
	etags --lang=none --regex='/[ \t]*\(proc\|method\|itcl_class\)[ \t]+\([^ \t]+\)/\1/' $(TCL)
@


1.1.1.1
log
@Insight
@
text
@@
