
run-checks:
	rm *.html
	sort -r < ~/TR/2009/check.sh | grep -v ' pubrules' > check.sh
	sh check.sh


remove-html-from-cvs:
	rm *html
	cvs update
	M=`echo *html`
	rm *.html
	cvs delete $$M
	cvs commit -m'remove old versions...' $$M
