summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/po/meson.build
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/pg_basebackup/po/meson.build
parentf13eb16485fec7958a59f263827b2333dea93e59 (diff)
downloadpostgresql-e522049f23998e64fd0b88cd66de8e8f42100bf1.tar.gz
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/pg_basebackup/po/meson.build')
-rw-r--r--src/bin/pg_basebackup/po/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/po/meson.build b/src/bin/pg_basebackup/po/meson.build
index 437f7e0606..2a39f5ffeb 100644
--- a/src/bin/pg_basebackup/po/meson.build
+++ b/src/bin/pg_basebackup/po/meson.build
@@ -1,3 +1,3 @@
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
-i18n.gettext('pg_basebackup-' + pg_version_major.to_string())
+nls_targets += [i18n.gettext('pg_basebackup-' + pg_version_major.to_string())]