correctly fill potfile to include gtkbuilder strings

This commit is contained in:
Yann Leboulanger 2010-03-12 20:06:43 +01:00
parent 63ff673f7d
commit 4351ed9248
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
fi
echo "[encoding: UTF-8]" > po/POTFILES.in \
&& ls -1 data/gajim.desktop.in.in data/gui/*.ui \
&& for p in `ls data/gui/*.ui`; do echo "[type: gettext/glade]$p" >> \
po/POTFILES.in; done \
&& ls -1 data/gajim.desktop.in.in \
src/*py src/common/*py src/common/zeroconf/*.py | grep -v ipython_view.py >> \
po/POTFILES.in || exit 1
if test -z `which pkg-config 2>/dev/null`;then