diff options
| author | Andres Freund | 2023-03-24 04:20:18 +0000 |
|---|---|---|
| committer | Andres Freund | 2023-03-24 04:20:18 +0000 |
| commit | e522049f23998e64fd0b88cd66de8e8f42100bf1 (patch) | |
| tree | 75a3d02a1df7de39dfdd810f7dd5ef9fa2b977e2 /src/bin/scripts | |
| parent | f13eb16485fec7958a59f263827b2333dea93e59 (diff) | |
meson: add install-{quiet, world} targets
To define our own install target, we need dependencies on the i18n targets,
which we did not collect so far.
Discussion: https://postgr.es/m/3fc3bb9b-f7f8-d442-35c1-ec82280c564a@enterprisedb.com
Diffstat (limited to 'src/bin/scripts')
| -rw-r--r-- | src/bin/scripts/po/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/po/meson.build b/src/bin/scripts/po/meson.build index a28ec9ed04..00a9f208ac 100644 --- a/src/bin/scripts/po/meson.build +++ b/src/bin/scripts/po/meson.build @@ -1,3 +1,3 @@ # Copyright (c) 2022-2023, PostgreSQL Global Development Group -i18n.gettext('pgscripts-' + pg_version_major.to_string()) +nls_targets += [i18n.gettext('pgscripts-' + pg_version_major.to_string())] |
