File indexing completed on 2024-05-05 05:21:16

0001 #! /bin/sh
0002 $EXTRACT_GRANTLEE_TEMPLATE_STRINGS `find -name \*.html` >> rc.cpp
0003 $EXTRACTRC src/*.kcfg >> rc.cpp || exit 11
0004 $EXTRACTRC $(find . -name "*.ui" -o -name "*.rc") >> rc.cpp || exit 12
0005 $XGETTEXT rc.cpp src/*.cpp -o $podir/kontact.pot
0006 rm -f rc.cpp ./grantlee-extractor-pot-scripts/grantlee_strings_extractor.pyc