From 6fb9a7406adbc16d6017274722494c1b21f9b472 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 23 Jun 2009 19:13:38 +0200
Subject: [PATCH] do not put ipython_view in POTFILES.in. We don't want
 translations for this file as it's not in tarball. see #4613

---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 2155052b71..d6cdc69962 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@
 
   echo "[encoding: UTF-8]" > po/POTFILES.in \
   && 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
   if test -z `which pkg-config 2>/dev/null`;then
     echo "***Error: pkg-config not found***"
-- 
GitLab