kde-playground/kdepim/kontact/Messages.sh
2015-04-14 21:49:29 +00:00

4 lines
204 B
Bash

#! /bin/sh
$EXTRACTRC src/*.kcfg >> rc.cpp || exit 11
$EXTRACTRC $(find . -name "*.ui" -o -name "*.rc") >> rc.cpp || exit 12
$XGETTEXT rc.cpp src/*.cpp plugins/*/*.cpp plugins/*/*.h -o $podir/kontact.pot