po/meson.build: add 'po' target

terminology-1.9
Boris Faure 3 years ago
parent 63ef7228c4
commit a28e825e46
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
  1. 7
      po/meson.build

@ -16,3 +16,10 @@ if get_option('nls')
])
config_data.set('ENABLE_NLS', '1')
endif
# maintainer shortcut for updating po stuff
run_target ('po',
command: ['ninja', '-C', meson.build_root(),
meson.project_name() + '-pot',
meson.project_name() + '-update-po']
)

Loading…
Cancel
Save