fix some POTFILE things
This commit is contained in:
parent
d27f9a9c85
commit
bd4670ec38
|
@ -9,7 +9,7 @@
|
|||
|
||||
echo "[encoding: UTF-8]" > po/POTFILES.in \
|
||||
&& ls -1 -U 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 src/osx/*.py >> \
|
||||
po/POTFILES.in || exit 1
|
||||
if test -z `which pkg-config 2>/dev/null`;then
|
||||
echo "***Error: pkg-config not found***"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
|
||||
data/gajim.desktop.in
|
||||
src/eggtrayicon.c
|
||||
|
|
Loading…
Reference in New Issue