
src: editor.tcl database.tcl

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


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

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

