correctly fill potfile to include gtkbuilder strings
This commit is contained in:
parent
63ff673f7d
commit
4351ed9248
|
@ -8,7 +8,9 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "[encoding: UTF-8]" > po/POTFILES.in \
|
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 >> \
|
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
|
||||||
|
|
Loading…
Reference in New Issue