7159684ced
Bad merge
This reverts commit b713044216
.
4 lines
146 B
Bash
4 lines
146 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11
|
|
$XGETTEXT `find . -name \*.cpp` -o $podir/kwin_effects.pot
|
|
rm -f rc.cpp
|