File indexing completed on 2024-04-14 04:02:00

0001 #! /bin/sh
0002 $EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp || exit 11
0003 $XGETTEXT *.cpp -o $podir/ksquares.pot
0004 rm -f rc.cpp