Rev 13659 | Blame | Last modification | View Log | RSS feed
mdir=$devdir/$mod
files=!sh findnoexec $mdir
ff=!words2items $files
files=
!for f in $ff
!if .htaccess notin $f and content.html$ $ notin $f$ $ and $f!=INDEX and $f!=COPYING and\
$ Ex notin $ $f and index$ notin $f$ and Dickeywords notin $f and \
(/ notin $f or $ src/ isin $ $f or $ help/ isin $ $f or $ lang/ isin $ $f or $ data/ isin $ $f)\
and $f notwordof all content.html .DS_Store
files=!append item $f to $files
!for t_ in src,help,lang
!if ($ $t_/ isin $ $f) and ($ src/cpp/ notin $ $f) and ($ src/data/ notin $ $f)
files$t_=!append item $f to $(files$t_)
!endif
!next t_
!! CPP files
!if $ src/cpp isin $ $f
filescpp=!append item $f to $(filescpp)
!endif
!! Config files
!if .phtml$ $ isin $f$ $ or $f=NEWS or $f=filedesc or $f=README or .proc$ $ isin $f$ $ or .init$ $ isin $f$ $
filesphtml=!append item $f to $(filesphtml)
!endif
!endif
!next f
!! Data files
filesother=!listcomplement $filescpp, $fileslang, $filessrc, \
$fileshelp, $filesdata, $filesphtml in $files
!read scripts/getdesc $mod