kde-playground/khelpcenter/Messages.sh
2015-02-27 09:29:54 +00:00

4 lines
148 B
Bash

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