Thread: pgsql: Make documentation builds reproducible

pgsql: Make documentation builds reproducible

From
Peter Eisentraut
Date:
Make documentation builds reproducible

Currently, the documentation builds are not fully reproducible (in the
sense of https://reproducible-builds.org/).  A fix is available
upstream (https://github.com/docbook/xslt10-stylesheets/issues/54) but
not released.  This commit patches the upstream fix into our
customization layer.

This patch addresses both the HTML and the FO output.  The man output
is already reproducible.

Discussion: https://www.postgresql.org/message-id/flat/9077b779-a9f8-09c8-6e85-da1ebfba15af@eisentraut.org

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/stylesheet-fo.xsl          | 259 ++++++++++++++++++++++++++++++++
doc/src/sgml/stylesheet-html-common.xsl | 234 +++++++++++++++++++++++++++++
2 files changed, 493 insertions(+)