4 lines
147 B
Bash
Executable file
4 lines
147 B
Bash
Executable file
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11
|
|
$XGETTEXT `find . -name \*.cpp` -o $podir/kwin3_smaragd.pot
|
|
rm -f rc.cpp
|