Warning, file /education/kwordquiz/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 $EXTRACTRC *.rc *.ui *.kcfg >> rc.cpp 0003 LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C` 0004 if test -n "$LIST"; then 0005 $XGETTEXT $LIST rc.cpp -o $podir/kwordquiz.pot 0006 fi