kde-playground/kdepim/incidenceeditor-ng/Messages.sh

5 lines
151 B
Bash
Raw Normal View History

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