Warning, file /office/calligra/words/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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=calligrawords.pot
0008 
0009 source ../kundo2_aware_xgettext.sh
0010 
0011 # Collect also the app strings in the part catalog, only a few strings,
0012 # no need for overhead of separate catalog for the app
0013 $EXTRACTRC `find part app  -name \*.ui -o -name \*.rc` >> rc.cpp
0014 kundo2_aware_xgettext $potfilename rc.cpp *.cpp `find part app  -name \*.cpp -o -name \*.cpp -o -name \*.h`
0015 rm -f rc.cpp