Rev 14967 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14967 | Rev 15280 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | !if $ src/cpp isin $ $f |
22 | !if $ src/cpp isin $ $f |
23 | filescpp=!append item $f to $(filescpp) |
23 | filescpp=!append item $f to $(filescpp) |
24 | !endif |
24 | !endif |
25 | 25 | ||
26 | !! Config files |
26 | !! Config files |
27 | !if .phtml$ $ isin $f$ $ or |
27 | !if .phtml$ $ isin $f$ $ or $f isitemof NEWS,filedesc,README or .proc$ $ isin $f$ $ or .init$ $ isin $f$ $ |
28 | filesphtml=!append item $f to $(filesphtml) |
28 | filesphtml=!append item $f to $(filesphtml) |
29 | !endif |
29 | !endif |
30 | 30 | ||
31 | !endif |
31 | !endif |
32 | !next f |
32 | !next f |
33 | 33 | ||
34 | !! Data files |
34 | !! Data files |
35 | filesother=!listcomplement $filescpp, $fileslang, $filessrc, \ |
35 | filesother=!listcomplement $filescpp, $fileslang, $filessrc, \ |
36 | $fileshelp, $filesdata, $filesphtml in $files |
36 | $fileshelp, $filesdata, $filesphtml in $files |
37 | 37 | ||
38 | !read scripts/getdesc $mod |
38 | !read scripts/getdesc.proc $mod |