kde-playground/kdepim/ktnef/Messages.sh

5 lines
162 B
Bash
Raw Normal View History

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