Rev 15057 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15057 | Rev 16013 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | dep=!exec translator $selw |
14 | dep=!exec translator $selw |
15 | !endif |
15 | !endif |
16 | select=$selw $dep |
16 | select=$selw $dep |
17 | select=!words2items $select |
17 | select=!words2items $select |
18 | select=!listuniq $select |
18 | select=!listuniq $select |
- | 19 | ||
19 | !! -- |
20 | !! -- |
20 | dictionary=$module_dir/arch/recdir |
21 | dictionary=$module_dir/arch/recdir |
21 | dirs=!exec translator $selw $dep |
22 | dirs=!exec translator $selw $dep |
22 | dirs=!words2items $dirs |
23 | dirs=!words2items $dirs |
23 | dirs=!listuniq $dirs |
24 | dirs=!listuniq $dirs |
24 | dirs=!items2words $dirs |
25 | dirs=!items2words $dirs |
- | 26 | !if def isitemof $select |
|
- | 27 | dirs=!append word .def to $dirs |
|
- | 28 | !endif |
|
- | 29 | ||
25 | 30 | ||
26 | dictionary=$module_dir/lang/recnames.$moduclass_lang |
31 | dictionary=$module_dir/lang/recnames.$moduclass_lang |
27 | tot=!replace , by , $ in $reclist |
32 | tot=!replace , by , $ in $reclist |
28 | tot=!exec translator $tot |
33 | tot=!exec translator $tot |
29 | fname=!translate internal / to ~ in $wims_class |
34 | fname=!translate internal / to ~ in $wims_class |