
src: fontcheck.tcl unset_vals_for_widget.tcl lremove.tcl

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

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

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


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

