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

4 lines
151 B
Bash

#! /bin/sh
$EXTRACTRC `find . -name \*.ui -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name "*.cpp"` -o $podir/libincidenceeditors.pot
rm -f rc.cpp