0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00

[meson] check-po target

Usage:
ninja check-po 2>&1 | less
This commit is contained in:
Witold Filipczyk
2022-10-09 17:09:58 +02:00
parent 2dc85a2060
commit 1140727fae
2 changed files with 14 additions and 0 deletions

View File

@@ -6,3 +6,6 @@ if conf_data.get('CONFIG_NLS')
args: '--directory=' + meson.source_root()
)
endif
check_po_sh = find_program('check_po.sh')
run_target('check-po', command:[check_po_sh])