src:  SpecifyFixitiesBox.tcl TkDefineType.tcl

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

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

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