From: Pino Toscano Date: Sat, 4 Aug 2007 00:00:20 +0000 (+0000) Subject: manually find what to extract, so the i18n "messages" of the test applications don... X-Git-Tag: v3.93.0~105 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=a965ffca15f98d003bc6f31640c4ffbaf9b9d721;p=libqmvoc.git manually find what to extract, so the i18n "messages" of the test applications don't go into the libkdeedu.pot svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=696151 --- diff --git a/Messages.sh b/Messages.sh index 313ada0..14ac011 100644 --- a/Messages.sh +++ b/Messages.sh @@ -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