--- trunk2/Makefile 2004/07/20 17:15:48 389 +++ trunk2/Makefile 2004/09/07 18:02:06 413 @@ -3,6 +3,12 @@ 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 profile: perl -d:DProf ./all2all.pl