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

4 lines
123 B
Bash

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