File indexing completed on 2024-05-19 05:38:20

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