mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
5 lines
127 B
Bash
5 lines
127 B
Bash
![]() |
#! /bin/sh
|
||
|
$EXTRACTRC *.rc *.ui >> rc.cpp
|
||
|
$XGETTEXT `find . -name '*.cpp' | grep -v '/tests/'` -o $podir/kmix.pot
|
||
|
rm -f rc.cpp
|