mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
9307953355
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.
4 lines
178 B
Bash
4 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
|