From e0668b17b46c3fe8f54ffb9fa206c538299e9254 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 10 Dec 2022 05:46:10 +0200 Subject: [PATCH 41/41] Meson: Add langstat_nations.txt target See osdn #46197 Signed-off-by: Marko Lindqvist --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meson.build b/meson.build index adda07684f..1cf13d6cd7 100644 --- a/meson.build +++ b/meson.build @@ -635,6 +635,10 @@ ls_core = custom_target('langstat_core', output: 'langstat_core.txt', command: [sh_exe, files('bootstrap/generate_langstat.sh'), 'core', meson.project_source_root(), meson.project_build_root()]) +ls_nations = custom_target('langstat_nations', output: 'langstat_nations.txt', + command: [sh_exe, files('bootstrap/generate_langstat.sh'), 'nations', + meson.project_source_root(), meson.project_build_root()]) + ls_ruledit = custom_target('langstat_ruledit', output: 'langstat_ruledit.txt', command: [sh_exe, files('bootstrap/generate_langstat.sh'), 'ruledit', meson.project_source_root(), meson.project_build_root()]) -- 2.35.1