diff --git a/libs/Messages.sh b/libs/Messages.sh index 5475304e25b..fd8a7f1c421 100755 --- a/libs/Messages.sh +++ b/libs/Messages.sh @@ -1,9 +1,9 @@ #! /bin/sh source ../calligra_xgettext.sh -EXCLUDE="-o -path ./db/drivers/sqlite" +EXCLUDE="-path ./db/drivers/sqlite" LIST=`find . \( $EXCLUDE \) -prune -o \( -name \*.ui -o -name \*.rc \) -type f -print | grep -v -e '/\.'` $EXTRACTRC $LIST >> rc.cpp LIST=`find . \( $EXCLUDE \) -prune -o \( -name \*.cpp -o -name \*.cc -o -name \*.h \) -type f -print | grep -v '/tests/' | grep -v -e '/\.'` calligra_xgettext calligra.pot $LIST rm -f rc.cpp