mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
6 lines
200 B
Bash
Executable file
6 lines
200 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
$EXTRACTRC */*.rc */*/*.rc >> rc.cpp || exit 11
|
|
$EXTRACTRC */*.ui */*/*.ui >> rc.cpp || exit 12
|
|
$XGETTEXT rc.cpp */*.cpp */*.h */*/*.cpp */*/*.h -o $podir/jovie.pot
|
|
rm -f rc.cpp
|