mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 19:32:54 +00:00
5 lines
174 B
Bash
5 lines
174 B
Bash
![]() |
#!/bin/sh
|
||
|
$EXTRACTRC `find . -name \*.rc` `find . -name \*.ui` >> rc.cpp
|
||
|
$XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h` -o $podir/kdevtestview.pot
|
||
|
rm -f rc.cpp
|