pgsql: Fix generation of distribution tarball

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix generation of distribution tarball
Date: 2023-04-19 05:00:27
Message-ID: E1pozve-003mj1-D8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix generation of distribution tarball

This issue can be reproduced by running `make dist` from the root of the
tree. Error introduced in fcb21b3, where additions of links in
installation.sgml require custom rules in standalone-profile.xsl to make
sure that ./INSTALL is generated correctly for the distribution tarball,
where links are replaced by equivalent terms from the profile file
changed by this commit.

Per buildfarm member guaibasaurus.

Discussion: https://postgr.es/m/ZD859FmcMRCNtz0W@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dea4343535f9122c66f71944ed593b84e338b174

Modified Files
--------------
doc/src/sgml/standalone-profile.xsl | 8 ++++++++
1 file changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-04-19 05:06:15 Re: pgsql: Build ICU support by default.
Previous Message Jeff Davis 2023-04-19 04:23:43 Re: pgsql: Build ICU support by default.