File indexing completed on 2024-04-28 04:38:25

0001 #!/bin/sh
0002 $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg | grep -v '/tests/'` >> rc.cpp
0003 $XGETTEXT `find . -name \*.cpp | grep -v '/tests/'` -o $podir/kdevcustombuildsystem.pot
0004 rm -f rc.cpp