kde-playground/kdepim/calendarsupport/Messages.sh
2015-04-14 21:49:29 +00:00

4 lines
193 B
Bash

#!/bin/sh
$EXTRACTRC `find . -name "*.ui" -o -name "*.kcfg"` >> rc.cpp || exit 11
$XGETTEXT `find . -name "*.cpp" -o -name "*.h" | grep -v '/tests/'` -o $podir/calendarsupport.pot
rm -f rc.cpp