create POTFILES.in in autogen.sh script

This commit is contained in:
Dimitur Kirov 2006-10-11 11:46:03 +00:00
parent 2aee5a93e8
commit 36786893c8
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/bin/sh
set -x
echo "[encoding: UTF-8]" > po/POTFILES.in \
&& ls data/gajim.desktop.in.in data/glade/*.glade \
src/*py src/common/*py src/common/zeroconf/*.py -1 -U >> \
po/POTFILES.in || exit 1
intltoolize --force --automake \
&& aclocal -I ./m4 \
&& libtoolize --copy --force --automake \