From: Michael Paquier Date: Wed, 19 Apr 2023 04:59:52 +0000 (+0900) Subject: Fix generation of distribution tarball X-Git-Tag: REL_16_BETA1~169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dea4343535f9122c66f71944ed593b84e338b174;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/standalone-profile.xsl b/doc/src/sgml/standalone-profile.xsl index ea8a8f17287..1b3938a638d 100644 --- a/doc/src/sgml/standalone-profile.xsl +++ b/doc/src/sgml/standalone-profile.xsl @@ -40,6 +40,10 @@ variant without links and references to the main documentation. the documentation about client authentication and libpq + + the documentation + + the main documentation's appendix on documentation @@ -60,6 +64,10 @@ variant without links and references to the main documentation. the documentation + + the documentation + + the PL/Python documentation