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