Rev 8990 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8990 | Rev 9294 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh |
1 | #! /bin/sh |
2 | 2 | dir=`pwd`; |
|
3 | cd classification; |
3 | cd classification; |
4 | ./classif.pl |
4 | ./classif.pl |
- | 5 | cd $dir; |
|
- | 6 | ||
- | 7 | ### clean |
|
- | 8 | rm -f ../modules/adm/browse/taxoext/* |
|
- | 9 | rm -f ../modules/adm/tool/classification/keywords/* |
|
- | 10 | rm -f sys/taxonomy/unisciel.* |
|
- | 11 | ### |
|
5 | 12 | ||
6 | cd |
13 | cd sys; |
7 | 14 | ||
8 | for a in en fr ; do |
15 | for a in en fr ; do |
9 | taxonomy/taxo.pl --module=1 --output=adm/browse/taxoext --lang=$a |
16 | taxonomy/taxo.pl --module=1 --output=adm/browse/taxoext --lang=$a |
10 | done; |
17 | done; |
11 | 18 |