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