File indexing completed on 2024-04-28 16:24:41

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=calligraplan.pot
0008 
0009 source ../kundo2_aware_xgettext.sh
0010 
0011 # Note: Don't extract sub-directories: specifically not libs, workpackage and plugins.
0012 # NB! This means subdirs must be explicitly extracted!
0013 $EXTRACTRC *.ui *.kcfg *.rc welcome/*.ui config/*.ui >> rc.cpp
0014 kundo2_aware_xgettext $potfilename *.cpp kptaboutdata.h welcome/*.cpp config/*.cpp
0015 rm -f rc.cpp