diff --git a/incidenceeditor-ng/Messages.sh b/incidenceeditor-ng/Messages.sh index b2fad21362..5c46e03763 100644 --- a/incidenceeditor-ng/Messages.sh +++ b/incidenceeditor-ng/Messages.sh @@ -1,4 +1,4 @@ #! /bin/sh $EXTRACTRC `find . -name \*.ui -o -name \*.kcfg` >> rc.cpp -$XGETTEXT `find . -name "*.cpp" -name "*.h"` -o $podir/libincidenceeditors.pot +$XGETTEXT `find . -name "*.cpp" -o -name "*.h"` -o $podir/libincidenceeditors.pot rm -f rc.cpp