Rev 2879 | Rev 11367 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2879 | Rev 6439 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | !writefile $listfile |
12 | !writefile $listfile |
13 | types= |
13 | types= |
14 | !for f in $src |
14 | !for f in $src |
15 | def=!record 0 of model/$lang/src/$f.oef |
15 | def=!record 0 of model/$lang/src/$f.oef |
16 | type=!getopt type in $def |
16 | type=!getopt type in $def |
17 | !if $type!=$empty |
17 | !if $type!=$empty and text/css notin $type |
18 | !if $type notitemof $types |
18 | !if $type notitemof $types |
19 | types=!append item $type to $types |
19 | types=!append item $type to $types |
20 | type_$type= |
20 | type_$type= |
21 | !endif |
21 | !endif |
22 | type_$type=!append item $f to $(type_$type) |
22 | type_$type=!append item $f to $(type_$type) |