mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
6 lines
185 B
Bash
Executable file
6 lines
185 B
Bash
Executable file
#! /bin/sh
|
|
$EXTRACTRC *.ui */*.ui >> rc.cpp || exit 11
|
|
$EXTRACTRC *.rc */*.rc >> rc.cpp || exit 12
|
|
$EXTRACTRC */*.kcfg >> rc.cpp
|
|
$XGETTEXT *.cpp */*.cpp -o $podir/krdc.pot
|
|
rm -f rc.cpp
|