Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
mdir=$devdir/$mod
3
files=!sh find $mdir -type f \! -perm +100 | sed 's!^$mdir/!!' | sort
4
ff=!words2items $files
5
files=
6
!for f in $ff
7
 !if .htaccess notin $f and $f!=INDEX and $f!=COPYING and\
8
	$ Ex notin $ $f and \
9
	(/ notin $f or $ src/ isin $ $f or $ help/ isin $ $f)
10
  files=!append item $f to $files
11
 !endif
12
!next f
13
 
14
!read scripts/getdesc $mod
15