Added include path for libv4l2 includes, rather than assuming they are
[kdenetwork.git] / kopete / Messages.sh
blob1e2272e0bfd353c62385e3af4d4971f39de5b4f3
1 #! /bin/sh
2 $EXTRACTRC --context="Translators: The %FOO% placeholders are variables that are substituted in the code, please leave them untranslated" --tag-group=none --tag kopete-i18n styles/*.xsl > xml_doc.cpp || exit 11
3 $EXTRACTRC `find . -name \*.ui -o -name \*.rc | egrep -v '(libkopete/compat|protocols/testbed)'` >> rc.cpp || exit 12
4 LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.c | egrep -v '(libkopete/compat|protocols/testbed|protocols/jabber/kioslave)'`
5 if test -n "$LIST"; then
6 $XGETTEXT $LIST rc.cpp -o $podir/kopete.pot
7 fi
8 rm xml_doc.cpp