]> Git trees. - libqmvoc.git/commitdiff
manually find what to extract, so the i18n "messages" of the test applications don...
authorPino Toscano <pino@kde.org>
Sat, 4 Aug 2007 00:00:20 +0000 (00:00 +0000)
committerPino Toscano <pino@kde.org>
Sat, 4 Aug 2007 00:00:20 +0000 (00:00 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=696151

Messages.sh

index 313ada02a55fff422b5f62e008fd17b3624da48b..14ac0117610ccb6ec00e2e1cf69443884c3fb1ca 100644 (file)
@@ -1,2 +1,8 @@
 #! /bin/sh
-$XGETTEXT `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $podir/libkdeedu.pot 
+find extdate -maxdepth 1 -name \*.cpp >>list_libkdeedu
+find kdeeduui -maxdepth 1 -name \*.cpp >>list_libkdeedu
+find kdeeducore -maxdepth 1 -name \*.cpp -o -name \*.h >>list_libkdeedu
+find libscience -maxdepth 1 -name \*.cpp >>list_libkdeedu
+find extdate -maxdepth 1 -name \*.cpp >>list_libkdeedu
+$XGETTEXT --files-from=list_libkdeedu -o $podir/libkdeedu.pot
+rm list_libkdeedu