kde-workspace/khelpcenter/Messages.sh
2014-11-15 05:48:13 +02:00

4 lines
139 B
Bash

#!/bin/bash
$EXTRACTRC `find . -name "*.kcfg" -o -name "*.rc"` >> rc.cpp || exit 11
$XGETTEXT *.cpp -o $podir/khelpcenter.pot
rm -f rc.cpp