Subversion Repositories wimsdev

Rev

Rev 15280 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15280 Rev 15788
Line 1... Line -...
1
 
-
 
2
mdir=$devdir/$mod
1
mdir=$devdir/$mod
3
files=!sh findnoexec $mdir
2
files=!sh findnoexec $mdir
4
 
3
 
5
ff=!words2items $files
4
ff=!words2items $files
6
files=
5
files=
7
!for f in $ff
6
!for f in $ff
-
 
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
8
  !if .htaccess notin $f and content.html$ $ notin $f$ $ and $f!=INDEX and $f!=COPYING and\
11
  !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 Dickeywords notin $f and \
12
      $ Ex notin $ $f and index$ notin $f$  and Dickeywords notin $f and \
10
      (/ notin $f or $ src/ isin $ $f or $ help/ isin $ $f or $ lang/ isin $ $f)\
13
      (/ notin $f or $ src/ isin $ $f or $ help/ isin $ $f or $ lang/ isin $ $f)\
11
      and $f notwordof all content.html .DS_Store
14
      and $f notwordof all content.html .DS_Store
12
 
15