mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
4 lines
146 B
Bash
4 lines
146 B
Bash
#!/bin/bash
|
|
$EXTRACTRC kcfg/*.kcfg *.ui >> rc.cpp
|
|
$XGETTEXT `find . -name \*.cpp -o -name \*.h -o -name \*.cc` -o $podir/krunner.pot
|
|
rm -f rc.cpp
|