okular/generators/poppler/Messages.sh
Chusslove Illich (Часлав Илић) 9307953355 Renamed dummy extraction file rc_okular_poppler.cpp to usual rc.cpp.
When special dummy file name is used, it needs to be listed in
the l10n-kde4/scripts/repack-pot.pl script. So when the special
name is not necessary, better use the usual one.
2013-02-27 13:11:33 +01:00

5 lines
178 B
Bash

#!/bin/sh
$EXTRACTRC $(find conf/ -name "*.ui" -o -name "*.kcfg") >> rc.cpp || exit 11
$XGETTEXT $(find . -name "*.cpp" -o -name "*.h") -o $podir/okular_poppler.pot
rm -f rc.cpp