--- trunk/Makefile 2004/04/17 23:22:32 317 +++ trunk2/Makefile 2004/09/07 18:02:06 413 @@ -1,9 +1,18 @@ +all: + ./all2all.pl + 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 './all2xml.pl' > foo - dprofpp + perl -d:DProf ./all2all.pl + #dprofpp ver=`date +%Y%m%d`