Warning, file /games/ksirk/ksirk/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #! /usr/bin/env bash 0002 0003 # process the .ui and .rc files 0004 $EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg | grep -v '/xmpptest/'` >> rc.cpp 0005 ./extract-onu-names.pl `find skins -iname world.desktop` >> rc.cpp 0006 0007 $XGETTEXT `find $SRCDIR -name "*.cpp"` rc.cpp -o $podir/ksirk.pot 0008 rm -f rc.cpp 0009