File indexing completed on 2024-04-28 04:38:10

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