
src: shell.tcl Tcl.tcl

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

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

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

