Convert the "messages" targets of kdebase into Messages.sh scripts

svn path=/trunk/KDE/kdebase/workspace/; revision=512183
icc-effect-5.14.5
Nicolas Goutte 2006-02-22 01:47:34 +00:00
parent cfb1b5e42d
commit 2fddb53bf8
6 changed files with 13 additions and 0 deletions

2
Messages.sh Normal file
View File

@ -0,0 +1,2 @@
#! /usr/bin/env bash
$XGETTEXT *.h *.cpp killer/*.cpp lib/*.cpp -o $podir/kwin.pot

3
clients/Messages.sh Normal file
View File

@ -0,0 +1,3 @@
#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11
$XGETTEXT `find . -name \*.cpp` -o $podir/kwin_clients.pot

View File

@ -0,0 +1,2 @@
#! /usr/bin/env bash
$XGETTEXT *.cpp -o $podir/kcmkwindecoration.pot

View File

@ -0,0 +1,2 @@
#! /usr/bin/env bash
$XGETTEXT *.cpp -o $podir/kcmkwm.pot

View File

@ -0,0 +1,2 @@
#! /usr/bin/env bash
$XGETTEXT *.cpp -o $podir/kcmkwinrules.pot

2
lib/Messages.sh Normal file
View File

@ -0,0 +1,2 @@
#! /usr/bin/env bash
$XGETTEXT `find . -name \*.cpp` -o $podir/kwin_lib.pot