kde-extraapps/kmix/Messages.sh

4 lines
127 B
Bash

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