File indexing completed on 2024-05-05 05:28:14

0001 #! /usr/bin/env bash
0002 $EXTRACTRC `find . -name '*.ui' -or -name '*.rc' -or -name '*.kcfg'` >> rc.cpp
0003 $XGETTEXT `find . -name '*.cpp' -or -name '*.h' | grep -v '/tests/'` -o $podir/zanshin.pot
0004 rm -f rc.cpp