Warning, file /games/bovo/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 `find . -name "*.kcfg"` >> rc.cpp 0003 $XGETTEXT rc.cpp `find . -name '*.cc'` -o $podir/bovo.pot 0004 rm -f rc.cpp 0005