Warning, file /kdevelop/kdevelop/plugins/standardoutputview/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 $EXTRACTRC `find . -name \*.rc` `find . -name \*.ui` >> rc.cpp
0003 $XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h | grep -v '/tests/'` -o $podir/kdevstandardoutputview.pot
0004 rm -f rc.cpp