kde-extraapps/kdevplatform/plugins/vcschangesview/Messages.sh
2015-07-26 14:23:17 +03:00

7 lines
199 B
Bash

#!/bin/sh
files=`find . -name \*.rc -o -name \*.ui`
if [ "x$files" != "x" ]; then
$EXTRACTRC $files >> rc.cpp
fi
$XGETTEXT `find . -name \*.cpp` -o $podir/kdevvcsprojectintegration.pot
rm -f rc.cpp