]> git.sesse.net Git - kdenlive/commitdiff
Do not try to extract from encodingprofiles.rc
authorAlbert Astals Cid <tsdgeos@terra.es>
Thu, 10 Nov 2011 12:21:38 +0000 (13:21 +0100)
committerAlbert Astals Cid <tsdgeos@terra.es>
Thu, 10 Nov 2011 12:22:14 +0000 (13:22 +0100)
It is not a "KDE rc file" and extractrc complains

Messages.sh

index 5310e950503e3f514c007487b0edc6e9f0af8c52..f69bd55238535007a9bedbeb71260dded0c8a12b 100755 (executable)
@@ -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