1
0
mirror of https://invent.kde.org/network/krdc synced 2024-07-01 07:14:24 +00:00
krdc/Messages.sh
Andrew Coles 1387027b41 SVN_SILENT
Updated krdc/Messages.sh to pick up the one string from the .kcfg file.


svn path=/trunk/KDE/kdenetwork/krdc/; revision=951696
2009-04-09 21:39:54 +00:00

7 lines
185 B
Bash
Executable File

#! /bin/sh
$EXTRACTRC *.ui */*.ui >> rc.cpp || exit 11
$EXTRACTRC *.rc */*.rc >> rc.cpp || exit 12
$EXTRACTRC */*.kcfg >> rc.cpp
$XGETTEXT *.cpp */*.cpp -o $podir/krdc.pot
rm -f rc.cpp