kde-playground/kdepim-runtime/resources/kalarm/Messages.sh
2015-04-14 22:08:21 +00:00

4 lines
234 B
Bash
Executable file

#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.kcfg -o -name \*.ui` >> rc.cpp || exit 11
$XGETTEXT `find . \( ! -path "./kdepim-runtime/*" \) -a \( -name "*.cpp" -o -name "*.h" \)` -o $podir/akonadi_kalarm_resource.pot
rm -f rc.cpp