fix some POTFILE things

This commit is contained in:
Yann Leboulanger 2008-01-22 16:32:16 +00:00
parent d27f9a9c85
commit bd4670ec38
2 changed files with 3 additions and 2 deletions

View File

@ -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***"

View File

@ -1 +1,2 @@
data/gajim.desktop.in
src/eggtrayicon.c