.tcl:

tclIndex: *.tcl
	./aindex

doc: *.tcl
	rm -rf doc/*.html
	robodoc

clean:
	-rm -f *~
