[rkward-cvs] [rkward] /: Extract messages from rc.cpp

Yuri Chornoivan yurchor at ukr.net
Sun Dec 7 08:06:12 UTC 2014


Git commit 92f36fb9520ec3fd4cc0888a728a66353007761a by Yuri Chornoivan.
Committed on 07/12/2014 at 08:05.
Pushed by yurchor into branch 'master'.

Extract messages from rc.cpp

M  +1    -1    Messages.sh

http://commits.kde.org/rkward/92f36fb9520ec3fd4cc0888a728a66353007761a

diff --git a/Messages.sh b/Messages.sh
index 91ca2f3..75d636d 100755
--- a/Messages.sh
+++ b/Messages.sh
@@ -6,7 +6,7 @@ $EXTRACTRC `find rkward -name \*.rc -a \! -name rkward_windows_icon.rc -o -name
 #
 # call xgettext on all source files. If your sources have other filename
 # extensions besides .cc, .cpp, and .h, just add them in the find call.
-$XGETTEXT `find rkward -name \*.cpp -o -name \*.h -name \*.c` -o $podir/rkward.pot
+$XGETTEXT `find rkward -name \*.cpp -o -name \*.h -name \*.c` rc.cpp -o $podir/rkward.pot
 
 # extract messages from analysis plugins: >> rkward__analysis.pot
 python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/plugins/analysis.pluginmap





More information about the rkward-tracker mailing list