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

4 lines
154 B
Bash

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