--- trunk2/Makefile 2004/09/05 17:53:35 405 +++ trunk2/Makefile 2004/09/10 22:24:42 421 @@ -1,9 +1,12 @@ -all: +all: clean ./all2all.pl + cd out/bfilter && ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js && cd - 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 @@ -12,6 +15,10 @@ perl -d:DProf ./all2all.pl #dprofpp +profile2: + perl -d:SmallProf ./all2all.pl + sort -k 2nr,2 smallprof.out | vi -R - + ver=`date +%Y%m%d` dist: