Warning, file /games/ksudoku/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 src/ -name "*.rc" -o -name "*.ui" -o -name "*.kcfg") >> rc.cpp 0003 $XGETTEXT $(find src/ -name "*.cpp") rc.cpp -o $podir/ksudoku.pot 0004 rm -f rc.cpp