2 find .
-type d | fgrep
-v '.svn' |
sed -e 's,$,/,' > dirs
3 msh
=`find . -name Messages.sh`
6 if test "$dir" != "."; then
7 egrep -v "^$dir" dirs > dirs.new
&& mv dirs.new
dirs
11 find $dirs -maxdepth 1 -name "*.cpp" -print > files
12 find $dirs -maxdepth 1 -name "*.cc" -print >> files
13 find $dirs -maxdepth 1 -name "*.h" -print >> files
14 $EXTRACTRC `find $dirs -maxdepth 1 \( -name \*.rc -o -name \*.ui -o -name \*.ui3 -o -name \*.ui4 -o -name \*.kcfg \) ` >> rc.cpp ||
exit 11
16 $XGETTEXT --files-from=files
-o $podir/kdevplatform.pot