Rev 9294 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8578 | bpr | 1 | #! /bin/sh |
9294 | bpr | 2 | dir=`pwd`; |
8578 | bpr | 3 | cd classification; |
9903 | bpr | 4 | perl ./classif.pl |
9294 | bpr | 5 | cd $dir; |
8578 | bpr | 6 | |
9294 | bpr | 7 | ### clean |
8 | rm -f ../modules/adm/browse/taxoext/* |
||
9 | rm -f ../modules/adm/tool/classification/keywords/* |
||
10 | rm -f sys/taxonomy/unisciel.* |
||
11 | ### |
||
8974 | bpr | 12 | |
9294 | bpr | 13 | cd sys; |
14 | |||
8974 | bpr | 15 | for a in en fr ; do |
9903 | bpr | 16 | perl taxonomy/taxo.pl --module=1 --output=adm/browse/taxoext --lang=$a |
8974 | bpr | 17 | done; |
18 | |||
19 | for a in en fr it nl ca es si ; do |
||
9903 | bpr | 20 | perl taxonomy/taxo.pl --option=1 --output=adm/browse --lang=$a |
8974 | bpr | 21 | done; |
22 | |||
9903 | bpr | 23 | perl taxonomy/taxo.pl --output=adm/tool/classification/keywords |