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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user