From d42c81ffc8e1a437fd68890795d2331395dd7bce Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 10 Nov 2011 13:21:38 +0100 Subject: [PATCH] Do not try to extract from encodingprofiles.rc It is not a "KDE rc file" and extractrc complains --- Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Messages.sh b/Messages.sh index 5310e950..f69bd552 100755 --- a/Messages.sh +++ b/Messages.sh @@ -3,7 +3,7 @@ kdenlive_subdirs="plugins renderer src src/widgets" $EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay effects/*.xml data/kdenliveeffectscategory.rc >> rc.cpp -$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -o -name \*.ui` >> rc.cpp +$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -a ! -name encodingprofiles.rc -o -name \*.ui` >> rc.cpp $XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` *.cpp -o $podir/kdenlive.pot rm -f rc.cpp -- 2.39.5