
files=!sh cd modules/devel/$login/$mod; find . -type f
files=!singlespace $files
files=!replace internal $ ./ by $ $ in $ $files
ff=!words2items $files
files=
!for f in $ff
 !if .htaccess notin $f and $f!=INDEX and $f!=COPYING and\
	Makefile notin $f and $ Ex notin $ $f and \
	(/ notin $f or src/ isin $f)
  files=!append item $f to $files
 !endif
!next f

!read scripts/getdesc $mod

