From 1ca69c896b2ea789c95b14f35a66c5b5695a1e25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Burkhard=20L=C3=BCck?= Date: Thu, 10 Nov 2011 11:35:58 +0100 Subject: [PATCH] extract also from rc.cpp --- Messages.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Messages.sh b/Messages.sh index 31768f64..5310e950 100755 --- a/Messages.sh +++ b/Messages.sh @@ -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 -- 2.39.5