mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 19:32:54 +00:00
5 lines
180 B
Bash
5 lines
180 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_ghostview.pot
|
||
|
rm -f rc.cpp
|