File indexing completed on 2024-05-12 05:20:46

0001 #! /bin/sh
0002 $EXTRACT_GRANTLEE_TEMPLATE_STRINGS `find -name \*.html` >> rc.cpp
0003 $EXTRACTRC `find . -name '*.ui' -or -name '*.rc' -or -name '*.kcfg' -or -name '*.kcfg.cmake'` >> rc.cpp || exit 11
0004 $XGETTEXT  `find -name '*.cpp' -o -name '*.h' | grep -v '/tests/' | grep -v '/autotests/'` -o $podir/kmail.pot
0005 rm -f rc.cpp ./grantlee-extractor-pot-scripts/grantlee_strings_extractor.pyc