Rev 16145 | Rev 16237 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16145 | Rev 16236 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | !! very tricky ... |
17 | !! very tricky ... |
18 | !reset authorlist |
18 | !reset authorlist |
19 | !set dictionary=$module_dir/$(class_header)Exauthors |
19 | !set dictionary=$module_dir/$(class_header)Exauthors |
20 | !set translator_unknown=delete |
20 | !set translator_unknown=delete |
21 | !set exolist_cnt=!itemcnt $exolist |
21 | !set exolist_cnt=!itemcnt $exolist |
- | 22 | ||
22 | !for ex = 1 to $exolist_cnt |
23 | !for ex = 1 to $exolist_cnt |
23 | !if - notin $(exolist[$ex]) |
24 | !if - notin $(exolist[$ex]) and . notin $(exolist[$ex]) |
24 | !set tmp=!exec translator $(exolist[$ex]) |
25 | !set tmp=!exec translator $(exolist[$ex]) |
25 | !set tmp=!replace internal , by $ $ in $tmp |
26 | !set tmp=!replace internal , by $ $ in $tmp |
26 | !set tmp=!singlespace $tmp |
27 | !set tmp=!singlespace $tmp |
27 | !set authorlist=!append item $tmp to $authorlist |
28 | !set authorlist=!append item $tmp to $authorlist |
28 | !endif |
29 | !endif |