File indexing completed on 2024-05-05 17:02:01

0001 #! /bin/sh
0002 # Messages.sh files must have one instance of the line with:
0003 # 'potfilename=<potfile>.pot'
0004 # potfilename= must be at the start of the line and without spaces.
0005 # It must refer to one pot file only.
0006 # Release scripts rely on this.
0007 potfilename=braindump.pot
0008 
0009 source ../kundo2_aware_xgettext.sh
0010 
0011 $EXTRACTRC `find . -name \*.ui | grep -v '/tests/'` >> rc.cpp
0012 RCFILES=`find . -name \*.rc`
0013 $EXTRACTRC $RCFILES >> rc.cpp
0014 $EXTRACTATTR --attr=category,name --attr=state,name data/states/states/*.xml >> rc.cpp
0015 
0016 kundo2_aware_xgettext $potfilename rc.cpp `find . -name \*.cc -o -name \*.cpp -o -name \*.h`
0017 rm -f rc.cpp