1#! /bin/sh
2$EXTRACTRC *.rc */*.rc */*.ui >> rc.cpp || exit 11
3$XGETTEXT `find . -name "*.cpp" -o -name "*.h"` -o $podir/libkomparediff2.pot
4