[Marble-commits] KDE/kdeedu/marble

Pino Toscano pino at kde.org
Tue Nov 2 10:58:26 CET 2010


SVN commit 1192156 by pino:

do not extract messages from sources in 'test' subdirectories


 M  +1 -1      Messages.sh  


--- trunk/KDE/kdeedu/marble/Messages.sh #1192155:1192156
@@ -31,4 +31,4 @@
             -o -name '*.rc' -a ! -name marble.rc \
             -o -name '*.kcfg'` >> rc.cpp
 $XGETTEXT src/kdemain.cpp src/marble_part.cpp rc.cpp -o $podir/marble.pot
-$XGETTEXT_QT src/QtMainWindow.cpp src/qtmain.cpp `find src/plugins -name '*.cpp'` `find src/lib -name '*.cpp'` src/lib/global.h -o $podir/marble_qt.pot
+$XGETTEXT_QT src/QtMainWindow.cpp src/qtmain.cpp `find src/plugins -name '*.cpp' | grep -v '/test/'` `find src/lib -name '*.cpp'` src/lib/global.h -o $podir/marble_qt.pot


More information about the Marble-commits mailing list