kde-playground/kdepim/grantleeeditor/contactthemeeditor/Messages.sh

5 lines
176 B
Bash
Raw Normal View History

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