27b27696e8
It makes it easier to handle translations when the plugins are stored in the same directory.
4 lines
227 B
Bash
4 lines
227 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -not -path "./kcms/*" \( -name \*.kcfg -o -name \*.ui \)` >> rc.cpp || exit 11
|
|
$XGETTEXT `find . -not -path "./kcms/*" \( -name \*.cpp -o -name \*.qml \)` -o $podir/kwin.pot
|
|
rm -f rc.cpp
|