diff options
author | Jan Janssen <medhefgo@web.de> | 2023-01-27 14:37:45 +0100 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2023-01-27 17:47:09 +0100 |
commit | 3774ff06f25335c2a049585f0ecb486a3da58e5e (patch) | |
tree | 3386c61f94d4520ccded6e0ba9c7de5dc929bda0 /catalog | |
parent | meson: Properly install 90-uki-copy.install (diff) | |
download | systemd-3774ff06f25335c2a049585f0ecb486a3da58e5e.tar.xz systemd-3774ff06f25335c2a049585f0ecb486a3da58e5e.zip |
meson: Install all catalogs
Diffstat (limited to 'catalog')
-rw-r--r-- | catalog/meson.build | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/catalog/meson.build b/catalog/meson.build index 6a0a2193a2..9aacd20954 100644 --- a/catalog/meson.build +++ b/catalog/meson.build @@ -1,18 +1,24 @@ # SPDX-License-Identifier: LGPL-2.1-or-later in_files = [ - 'systemd.bg.catalog', 'systemd.be.catalog', 'systemd.be@latin.catalog', + 'systemd.bg.catalog', + 'systemd.catalog', + 'systemd.da.catalog', 'systemd.de.catalog', 'systemd.fr.catalog', + 'systemd.hr.catalog', + 'systemd.hu.catalog', 'systemd.it.catalog', + 'systemd.ko.catalog', 'systemd.pl.catalog', 'systemd.pt_BR.catalog', 'systemd.ru.catalog', + 'systemd.sr.catalog', 'systemd.zh_CN.catalog', 'systemd.zh_TW.catalog', - 'systemd.catalog'] +] support_url = get_option('support-url') support_sed = 's~%SUPPORT_URL%~@0@~'.format(support_url) |