3 POTFILE="${2:-po/zypp.pot}"
4 # search for sourcecode-files
6 SRCFILES=`find examples tools zypp \
12 #calling xgettext with the sourcefiles
13 xgettext -L C++ --boost -s --no-wrap --add-comments --add-location --keyword=_ --keyword=_:1,2 --keyword=__ --keyword=N_ --foreign-user --copyright-holder="SuSE Linux GmbH, Nuernberg" --package-name=libzypp --default-domain=libzypp --output="$POTFILE" $SRCFILES