mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
4 lines
188 B
Bash
4 lines
188 B
Bash
#!/bin/sh
|
|
$EXTRACTRC `find . -name \*.rc` `find . -name \*.ui` >>rc.cpp
|
|
$XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h | grep -v '/tests/'` -o $podir/kdevcpp.pot
|
|
rm -f rc.cpp
|