]> git.sesse.net Git - kdenlive/blobdiff - Messages.sh
Fix label
[kdenlive] / Messages.sh
index 31768f642bc4aeef80cf1b61da596326715a5308..f69bd55238535007a9bedbeb71260dded0c8a12b 100755 (executable)
@@ -2,7 +2,8 @@
 
 kdenlive_subdirs="plugins renderer src src/widgets"
 
-$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay data/*.rc effects/*.xml >> rc.cpp
-$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -o -name \*.ui` >> rc.cpp
+$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay effects/*.xml data/kdenliveeffectscategory.rc >> 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` -o $podir/kdenlive.pot
+$XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` *.cpp -o $podir/kdenlive.pot
+rm -f rc.cpp