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
@ -42,6 +42,11 @@ def main():
|
|||||||
|
|
||||||
if options.all:
|
if options.all:
|
||||||
print('Not implemented yet')
|
print('Not implemented yet')
|
||||||
|
|
||||||
|
try:
|
||||||
|
os.system('''intltool-update -g gramps -o gramps.pot -p''')
|
||||||
|
except:
|
||||||
|
continue
|
||||||
|
|
||||||
for po in args:
|
for po in args:
|
||||||
os.system('''msgmerge --no-wrap %s gramps.pot -o update.po''' % po)
|
os.system('''msgmerge --no-wrap %s gramps.pot -o update.po''' % po)
|
||||||
|
Loading…
Reference in New Issue
Block a user