]> git.sesse.net Git - kdenlive/commitdiff
extract also from rc.cpp
authorBurkhard Lück <lueck@hube-lueck.de>
Thu, 10 Nov 2011 10:35:58 +0000 (11:35 +0100)
committerBurkhard Lück <lueck@hube-lueck.de>
Thu, 10 Nov 2011 10:53:57 +0000 (11:53 +0100)
(cherry picked from commit 1ca69c896b2ea789c95b14f35a66c5b5695a1e25)

Messages.sh

index 31768f642bc4aeef80cf1b61da596326715a5308..5310e950503e3f514c007487b0edc6e9f0af8c52 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 --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
 
-$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