Fix update-po for the PGXS case The original formulation failed to take into account the fact that for the PGXS case, the source dir is not $(top_srcdir), so it ended up not doing anything. Handle it explicitly.
Author: Ryo Matsumura <[email protected]> Reviewed-by: Bryan Green <[email protected]> Backpatch-through: 13 Discussion: https://postgr.es/m/tycpr01mb113164770fb0b0be6ed21e68ee8...@tycpr01mb11316.jpnprd01.prod.outlook.com Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/a506b0c0ac029fb07a42a4cbf69d37f54845215b Modified Files -------------- src/nls-global.mk | 5 +++++ 1 file changed, 5 insertions(+)
