1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

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
This commit is contained in:
Andres Freund
2023-03-23 21:20:18 -07:00
parent f13eb16485
commit e522049f23
28 changed files with 89 additions and 43 deletions

View File

@ -1,3 +1,3 @@
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
i18n.gettext('pg_test_fsync-' + pg_version_major.to_string())
nls_targets += [i18n.gettext('pg_test_fsync-' + pg_version_major.to_string())]