create POTFILES.in in autogen.sh script
This commit is contained in:
parent
2aee5a93e8
commit
36786893c8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue