File indexing completed on 2024-05-19 05:11:23

0001 #!/bin/sh
0002 $XGETTEXT `find . -name \*.cpp | grep -v '/autotests/'` -o $podir/akonadicontact6-serializer.pot
0003 
0004