mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 19:32:54 +00:00
3 lines
113 B
Bash
3 lines
113 B
Bash
#!/bin/sh
|
|
$EXTRACTRC *.rc >> rc.cpp
|
|
$XGETTEXT $(find . -name "*.cpp" -o -name "*.h") -o $podir/okular_kimgio.pot
|