Rev 15280 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | mdir=$devdir/$mod |
8169 | bpr | 2 | files=!sh findnoexec $mdir |
3 | |||
23 | reyssat | 4 | ff=!words2items $files |
5 | files= |
||
6 | !for f in $ff |
||
15788 | bpr | 7 | !!!!! blocexamples and blocnews in specific module local~data~news |
8 | !if local~data~news isin $mod and data isin $f |
||
9 | files=!append item $f to $files |
||
10 | !endif |
||
10871 | obado | 11 | !if .htaccess notin $f and content.html$ $ notin $f$ $ and $f!=INDEX and $f!=COPYING and\ |
14348 | bpr | 12 | $ Ex notin $ $f and index$ notin $f$ and Dickeywords notin $f and \ |
14967 | bpr | 13 | (/ notin $f or $ src/ isin $ $f or $ help/ isin $ $f or $ lang/ isin $ $f)\ |
14348 | bpr | 14 | and $f notwordof all content.html .DS_Store |
10871 | obado | 15 | |
16 | files=!append item $f to $files |
||
17 | |||
18 | !for t_ in src,help,lang |
||
19 | !if ($ $t_/ isin $ $f) and ($ src/cpp/ notin $ $f) and ($ src/data/ notin $ $f) |
||
20 | files$t_=!append item $f to $(files$t_) |
||
21 | !endif |
||
22 | !next t_ |
||
23 | |||
24 | !! CPP files |
||
25 | !if $ src/cpp isin $ $f |
||
26 | filescpp=!append item $f to $(filescpp) |
||
10660 | bpr | 27 | !endif |
10871 | obado | 28 | |
29 | !! Config files |
||
15280 | obado | 30 | !if .phtml$ $ isin $f$ $ or $f isitemof NEWS,filedesc,README or .proc$ $ isin $f$ $ or .init$ $ isin $f$ $ |
10871 | obado | 31 | filesphtml=!append item $f to $(filesphtml) |
32 | !endif |
||
33 | |||
10660 | bpr | 34 | !endif |
23 | reyssat | 35 | !next f |
36 | |||
10871 | obado | 37 | !! Data files |
38 | filesother=!listcomplement $filescpp, $fileslang, $filessrc, \ |
||
39 | $fileshelp, $filesdata, $filesphtml in $files |
||
40 | |||
15280 | obado | 41 | !read scripts/getdesc.proc $mod |