Subversion Repositories wimsdev

Rev

Rev 16236 | Rev 16238 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16236 Rev 16237
Line 19... Line 19...
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
 
23
!for ex = 1 to $exolist_cnt
23
!for ex = 1 to $exolist_cnt
24
  !if - notin $(exolist[$ex]) and . notin $(exolist[$ex])
24
  !if - notin $(exolist[$ex]) or . notin $(exolist[$ex])
25
    !set tmp=!exec translator $(exolist[$ex])
25
    !set tmp=!exec translator $(exolist[$ex])
26
    !set tmp=!replace internal , by $ $ in $tmp
26
    !set tmp=!replace internal , by $ $ in $tmp
27
    !set tmp=!singlespace $tmp
27
    !set tmp=!singlespace $tmp
28
    !set authorlist=!append item $tmp to $authorlist
28
    !set authorlist=!append item $tmp to $authorlist
29
  !endif
29
  !endif