start to test Rob's command for updating without Makefile and specific class for distutils

svn: r19061
This commit is contained in:
Jérôme Rapinat 2012-03-14 11:28:40 +00:00
parent a5076593d3
commit 17b27c8f2d

View File

@ -43,6 +43,11 @@ def main():
if options.all:
print('Not implemented yet')
try:
os.system('''intltool-update -g gramps -o gramps.pot -p''')
except:
continue
for po in args:
os.system('''msgmerge --no-wrap %s gramps.pot -o update.po''' % po)