mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
f1455f14b5
svn path=/trunk/KDE/kdegraphics/okular/; revision=964891
4 lines
214 B
Bash
4 lines
214 B
Bash
#!/bin/sh
|
|
$EXTRACTRC $(find conf/ -name "*.ui" -o -name "*.kcfg") >> rc_okular_ghostview.cpp || exit 11
|
|
$XGETTEXT $(find . -name "*.cpp" -o -name "*.h") -o $podir/okular_ghostview.pot
|
|
rm -f rc_okular_ghostview.cpp
|