Warning, file /education/step/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 `find . -name '*.rc'` >> rc.cpp || exit 11 0003 $EXTRACTRC `find . -name '*.ui'` >> rc.cpp || exit 12 0004 $EXTRACTRC `find . -name '*.kcfg'` >> rc.cpp || exit 13 0005 $XGETTEXT `find step -name '*.cc'` rc.cpp -o $podir/step.pot 0006 rm -f rc.cpp