--- trunk2/Makefile 2004/10/19 15:05:02 521 +++ trunk2/Makefile 2004/10/19 17:43:52 530 @@ -4,8 +4,8 @@ all2all: rm -f log -# ./all2all.pl - ./all2all.pl --limit_mfn=500 #--start_mfn=2200 + ./all2all.pl +# ./all2all.pl --limit_mfn=500 #--start_mfn=2200 bfilter: # re-create bfilters @@ -23,6 +23,7 @@ rm -Rf out/index/* find out/thes -name "*.html" -exec rm {} \; rm -f out/bfilter/*.txt + rm -f out/browse.html eurovoc/hijerarhija.html test: @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10 @@ -42,6 +43,7 @@ cd eurovoc/js && ls ../../out/js/* | grep -v usage.js | xargs -i ln -sf {} ln -sf ../../out/bfilter/bfilter.js eurovoc/js/bfilter.js ln -sf ../../out/bfilter/hide.js eurovoc/js/hide.js + ln -sf ../out/thes eurovoc/thes cd eurovoc && ls ../out/Descriptor* | xargs -i ln -sf {} cd eurovoc/index && ls -d ../../out/index/* | xargs -i ln -sf {}