--- trunk2/Makefile 2004/09/05 17:53:35 405 +++ trunk2/Makefile 2004/09/07 18:02:06 413 @@ -4,6 +4,8 @@ clean: rm -f *.bak *.temp rm -Rf out/index/* + find out/thes -name "*.html" -exec rm {} \; + rm -f out/bfilter/*.txt test: @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10