Now kde doesn't use .la file
[kdeaccessibility.git] / kmag / Messages.sh
blobbb36a29e8e7fa9908d8f18f3d3708559ff22701e
1 #! /usr/bin/env bash
2 LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`
3 if test -n "$LIST"; then
4 $XGETTEXT $LIST -o $podir/kmag.pot
5 fi