mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
04ccb7b617
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550822
4 lines
179 B
Bash
4 lines
179 B
Bash
#!/bin/sh
|
|
$EXTRACTRC *.rc */*.rc >> rc.cpp || exit 11
|
|
$EXTRACTRC $(find . -name "*.ui") >> rc.cpp || exit 12
|
|
$XGETTEXT $(find . -name "*.cpp" -o -name "*.h") -o $podir/okular.pot
|