Added scripts/gajim-remote.py

This commit is contained in:
Dimitur Kirov 2005-07-21 18:51:23 +00:00
parent c47bf7e5ca
commit d54c388ca0
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ 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')
os.system('xgettext -k_ -kN_ -o ../gajim.pot ../src/*.py ../src/common/*.py \
../src/gtkgui.glade.h ../scripts/gajim-remote.py')
print 'gajim.pot was updated successfully'
if __name__ == '__main__':