holhelp_FILES=load.tcl wwwhelp.tcl latex2html_ref.pl

src:  	$(holhelp_FILES)

$(holhelp_FILES): holhelp.nw
	notangle -R$@ -awk holhelp.nw > $@.tmp
	addcopyright $@.tmp > $@
	@rm -f $@.tmp

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