File indexing completed on 2024-04-28 04:03:13

0001 #! /usr/bin/env bash
0002 $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
0003 $XGETTEXT proto/*.cpp *.cpp -o $podir/knights.pot
0004 rm -f rc.cpp