Warning, file /kdevelop/kdevelop/plugins/manpage/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/bin/sh
0002 files=`find . -name \*.rc -o -name \*.ui`
0003 if [ "x$files" != "x" ]; then
0004        $EXTRACTRC $files >> rc.cpp
0005 fi
0006 $XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h` -o $podir/kdevmanpage.pot
0007 rm -f rc.cpp