Extract messages

svn path=/trunk/playground/sysadmin/partitionmanager/; revision=864584
This commit is contained in:
Laurent Montel 2008-09-25 06:37:23 +00:00
parent d6dc26bd90
commit f79970c4c5
1 changed files with 4 additions and 0 deletions

4
src/Messages.sh Normal file
View File

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