Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | mdir=$devdir/$mod |
||
8169 | bpr | 3 | files=!sh findnoexec $mdir |
4 | |||
23 | reyssat | 5 | ff=!words2items $files |
6 | files= |
||
7 | !for f in $ff |
||
8 | !if .htaccess notin $f and $f!=INDEX and $f!=COPYING and\ |
||
9229 | bpr | 9 | $ Ex notin $ $f and index$ notin $f$ and \ |
6222 | bpr | 10 | (/ notin $f or $ src/ isin $ $f or $ help/ isin $ $f or $ lang/ isin $ $f) |
23 | reyssat | 11 | files=!append item $f to $files |
12 | !endif |
||
13 | !next f |
||
14 | |||
15 | !read scripts/getdesc $mod |