french -> French
[kdepim.git] / headerthemeeditor / Messages.sh
blobf8a9d8eba1905e41cfaad6f0afb0395c4141e8cf
1 #! /bin/sh
2 $EXTRACTRC `find . -name '*.ui' -or -name '*.rc'` >> rc.cpp || exit 11
3 $XGETTEXT `find . -name '*.cpp' -o -name '*.h'` -o $podir/headerthemeeditor.pot
4 rm -f rc.cpp