File indexing completed on 2024-04-21 15:40:01

0001 #! /usr/bin/env bash
0002 
0003 find . -name "*.provider.in" -o -name "*.service.in" -type f | xargs -n1 intltool-extract -l -type="gettext/xml"
0004 $XGETTEXT `find . -name "*.h" -o -name "*.cpp" -o -name "*.qml"` -c -kN_ -kC_:1c,2 -o $podir/kaccounts-providers.pot
0005 rm -rf ./tmp/