File indexing completed on 2024-03-24 03:43:03

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