3 lines
101 B
Bash
3 lines
101 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC *.ui >> rc.cpp || exit 11
|
|
$XGETTEXT *.cpp -o $podir/kcmkwinrules.pot
|