start to test Rob's command for updating without Makefile and specific class for distutils
svn: r19061
This commit is contained in:
parent
a5076593d3
commit
17b27c8f2d
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user