File indexing completed on 2024-04-14 03:50:46

0001 #! /bin/sh
0002 $XGETTEXT *.cpp -o $podir/libkcalcore.pot
0003 if ( test -e $podir/libkcalcore.pot )
0004 then
0005   echo "Error: kdepimlibs/kcalcore library should NOT have i18n strings."
0006 fi