src:  \
	combobox.tcl

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


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

