summaryrefslogtreecommitdiffstats
path: root/Messages.sh
blob: c21b0b09ab5387c7294f0249c798da2d17221691 (plain)
1
2
3
4
#! /bin/sh
$EXTRACTRC `find -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp || exit 11
$XGETTEXT `find -name \*.cpp -o -name \*.h` -o $podir/polkit-kde-authentication-agent-1.pot
rm -f rc.cpp