mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
4 lines
181 B
Bash
Executable file
4 lines
181 B
Bash
Executable file
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/dragonplayer.pot
|
|
rm -f rc.cpp
|