kde-playground/kdepim-runtime/resources/kalarm/Messages.sh

5 lines
234 B
Bash
Raw Normal View History

2015-04-14 22:08:21 +00:00
#! /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