File indexing completed on 2023-12-03 09:19:04
0001 #! /bin/sh
0002 $PREPARETIPS > tips.cpp
0003 $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
0004 $XGETTEXT *.h *.cpp core/*.cpp editor/*.cpp model/*.cpp transactions/*.cpp -o $podir/kgpg.pot
0005 rm -f tips.cpp