fix waf cmd tested for when deciding to build appdata.pot
This commit is contained in:
parent
6c986231d3
commit
aeed54ed91
@ -857,7 +857,7 @@ def i18n_mo(bld):
|
|||||||
def appdata_i18n_pot(bld):
|
def appdata_i18n_pot(bld):
|
||||||
potfile = os.path.join(bld.top_dir, 'gtk2_ardour', 'appdata',
|
potfile = os.path.join(bld.top_dir, 'gtk2_ardour', 'appdata',
|
||||||
'ardour.appdata.pot')
|
'ardour.appdata.pot')
|
||||||
if bld.cmd == 'build':
|
if bld.cmd == 'i18n_pot':
|
||||||
Logs.info('Generating pot file from Ardour appdata')
|
Logs.info('Generating pot file from Ardour appdata')
|
||||||
itsfile = os.path.join(bld.top_dir, 'tools', 'as-metainfo.its')
|
itsfile = os.path.join(bld.top_dir, 'tools', 'as-metainfo.its')
|
||||||
adsource = os.path.join(bld.top_dir, 'gtk2_ardour',
|
adsource = os.path.join(bld.top_dir, 'gtk2_ardour',
|
||||||
|
Loading…
Reference in New Issue
Block a user