Warning, file /network/kaccounts-providers/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
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/