kde-playground/khelpcenter/Messages.sh

5 lines
148 B
Bash
Raw Normal View History

#! /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