1#! /bin/sh
2$EXTRACTRC *.rc *.ui >> rc.cpp
3$XGETTEXT `find . -name '*.cpp' | grep -v '/tests/'` -o $podir/kmix.pot
4rm -f rc.cpp
5