Warning, file /education/khangman/src/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 $EXTRACTATTR --attr=theme,uiname ../themes/standardthemes.xml >> rc.cpp 0003 $EXTRACTRC *.rc *.ui *.kcfg >> rc.cpp 0004 LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.qml` 0005 if test -n "$LIST"; then 0006 $XGETTEXT data.i18n $LIST rc.cpp -o $podir/khangman.pot 0007 fi