kde-playground/kdepim/pimcommon/Messages.sh

5 lines
173 B
Bash
Raw Permalink Normal View History

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