Subversion Repositories wimsdev

Rev

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
10871 obado 8
  !if .htaccess notin $f and content.html$ $ notin $f$ $ and $f!=INDEX and $f!=COPYING and\
9
	  $ Ex notin $ $f and index$ notin $f$  and \
10
	  (/ notin $f or $ src/ isin $ $f or $ help/ isin $ $f or $ lang/ isin $ $f or $ data/ isin $ $f)\
11
	  and $f notwordof all content.html .DS_Store
12
 
13
    files=!append item $f to $files
14
 
15
    !for t_ in src,help,lang
16
      !if ($ $t_/ isin $ $f) and ($ src/cpp/ notin $ $f)  and ($ src/data/ notin $ $f)
17
        files$t_=!append item $f to $(files$t_)
18
      !endif
19
    !next t_
20
 
21
    !! CPP files
22
    !if $ src/cpp isin $ $f
23
      filescpp=!append item $f to $(filescpp)
10660 bpr 24
    !endif
10871 obado 25
 
26
    !! Config files
11404 bpr 27
    !if .phtml$ $  isin $f$ $ or $f=NEWS or $f=filedesc or $f=README or .proc$ $ isin $f$ $ or .init$ $ isin $f$ $
10871 obado 28
      filesphtml=!append item $f to $(filesphtml)
29
    !endif
30
 
10660 bpr 31
  !endif
23 reyssat 32
!next f
33
 
10871 obado 34
!! Data files
35
filesother=!listcomplement $filescpp, $fileslang, $filessrc, \
36
  $fileshelp, $filesdata, $filesphtml in $files
37
 
23 reyssat 38
!read scripts/getdesc $mod