File indexing completed on 2024-05-05 05:51:38

0001 #! /bin/sh
0002 $EXTRACTRC `find . -name \*.ui` >>  rc.cpp
0003 $XGETTEXT *.cpp -o $podir/kate-ctags-plugin.pot
0004 rm -f rc.cpp
0005