do not put ipython_view in POTFILES.in. We don't want translations for this file as it's not in tarball. see #4613

This commit is contained in:
Yann Leboulanger 2009-06-23 19:13:38 +02:00
parent a49a3a63e1
commit 6fb9a7406a

View file

@ -9,7 +9,7 @@
echo "[encoding: UTF-8]" > po/POTFILES.in \ echo "[encoding: UTF-8]" > po/POTFILES.in \
&& ls -1 data/gajim.desktop.in.in data/glade/*.glade \ && ls -1 data/gajim.desktop.in.in data/glade/*.glade \
src/*py src/common/*py src/common/zeroconf/*.py >> \ src/*py src/common/*py src/common/zeroconf/*.py | grep -v ipython_view.py >> \
po/POTFILES.in || exit 1 po/POTFILES.in || exit 1
if test -z `which pkg-config 2>/dev/null`;then if test -z `which pkg-config 2>/dev/null`;then
echo "***Error: pkg-config not found***" echo "***Error: pkg-config not found***"