src:  NewIndDef.tcl RULE.tcl

NewIndDef.tcl: NewIndDef.nw
	notangle -R$@ -awk NewIndDef.nw > $@.tmp
	addcopyright $@.tmp > $@
	@rm -f $@.tmp

RULE.tcl: RULE.nw
	notangle -R$@ -awk RULE.nw > $@.tmp
	addcopyright $@.tmp > $@
	@rm -f $@.tmp

clean:
	rm -f *.tcl tclIndex *.bak *.sml *.sig
