File indexing completed on 2024-05-12 08:00:02

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