aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2023-03-23 21:20:18 -0700
committerAndres Freund <andres@anarazel.de>2023-03-23 21:20:18 -0700
commite522049f23998e64fd0b88cd66de8e8f42100bf1 (patch)
tree75a3d02a1df7de39dfdd810f7dd5ef9fa2b977e2 /src/bin/scripts
parentf13eb16485fec7958a59f263827b2333dea93e59 (diff)
downloadpostgresql-e522049f23998e64fd0b88cd66de8e8f42100bf1.tar.gz
postgresql-e522049f23998e64fd0b88cd66de8e8f42100bf1.zip
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.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/po/meson.build b/src/bin/scripts/po/meson.build
index a28ec9ed049..00a9f208acf 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())]