Re: Make documentation builds reproducible
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, vignesh C <vignesh21@gmail.com>,
Tristan Partin <tristan@neon.tech>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-02-08T10:47:23Z
Lists: pgsql-hackers
On 23.01.24 02:06, Peter Smith wrote: > This has been working forever, but seems to have broken due to commit > [1] having an undeclared variable. > runtime error: file stylesheet-html-common.xsl line 452 element if > Variable 'autolink.index.see' has not been declared. > make: *** [html-stamp] Error 10 I have committed a fix for this. I have successfully tested docbook-xsl 1.77.1 through 1.79.*.
Commits
-
Fix documentation build with older docbook-xsl
- 5869aef9a15d 17.0 landed
-
Make documentation builds reproducible
- b0f0a9432d0b 17.0 landed