mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
wscript: Actually invoke autowaf.build_i18n_pot in i18n_pot_func
This commit is contained in:
parent
8e2a9dfd91
commit
e520cf6bac
2 changed files with 2 additions and 2 deletions
|
|
@ -741,7 +741,7 @@ def i18n_func(bld):
|
|||
'Paul Davis')
|
||||
|
||||
def i18n_pot_func(bld):
|
||||
autowaf.build_i18n(bld, '.', 'libs/ardour', I18N_PACKAGE + bld.env['MAJOR'], libardour_sources,
|
||||
autowaf.build_i18n_pot(bld, '.', 'libs/ardour', I18N_PACKAGE + bld.env['MAJOR'], libardour_sources,
|
||||
'Paul Davis')
|
||||
|
||||
def i18n_po_func(bld):
|
||||
|
|
|
|||
|
|
@ -318,7 +318,7 @@ def i18n_func(bld):
|
|||
autowaf.build_i18n(bld, '.', 'libs/tk/ytk', I18N_PACKAGE + bld.env['MAJOR'], libytk_sources)
|
||||
|
||||
def i18n_pot_func(bld):
|
||||
autowaf.build_i18n(bld, '.', 'libs/tk/ytk', I18N_PACKAGE + bld.env['MAJOR'], libytk_sources)
|
||||
autowaf.build_i18n_pot(bld, '.', 'libs/tk/ytk', I18N_PACKAGE + bld.env['MAJOR'], libytk_sources)
|
||||
|
||||
def i18n_po_func(bld):
|
||||
autowaf.build_i18n_po(bld, '.', 'libs/tk/ytk', I18N_PACKAGE + bld.env['MAJOR'], libytk_sources)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue