Skip to content
Snippets Groups Projects
Commit 36786893 authored by dkirov's avatar dkirov
Browse files

create POTFILES.in in autogen.sh script

parent 2aee5a93
No related branches found
No related tags found
No related merge requests found
#!/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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment