mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 19:02:51 +00:00
5 lines
162 B
Bash
5 lines
162 B
Bash
![]() |
#! /bin/sh
|
||
|
$EXTRACTRC `find . -name "*.rc" -o -name "*.ui"` >> rc.cpp || exit 11
|
||
|
$XGETTEXT `find . -name "*.cpp" -o -name "*.h"` -o $podir/ktnef.pot
|
||
|
rm -f rc.cpp
|