File indexing completed on 2024-05-12 05:12:46

0001 #! /bin/sh
0002 $EXTRACTRC `find . -name '*.ui' -or -name '*.rc'` >> rc.cpp || exit 11
0003 $XGETTEXT  `find -name '*.cpp' -o -name '*.h' | grep -v '/tests/' | grep -v '/autotests/'` -o $podir/akonadiconsole.pot
0004