we are already in scripts

This commit is contained in:
Nikos Kouremenos 2005-07-21 20:59:01 +00:00
parent 5689aeb249
commit 171fefcdfa
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def show_help():
def update_pot():
os.system('intltool-extract --type=gettext/glade ../src/gtkgui.glade')
os.system('xgettext -k_ -kN_ -o ../gajim.pot ../src/*.py ../src/common/*.py \
../src/gtkgui.glade.h ../scripts/gajim-remote.py')
../src/gtkgui.glade.h gajim-remote.py')
print 'gajim.pot was updated successfully'
if __name__ == '__main__':