docs: html: copy images to output as part of xslt build

Andres Freund <andres@anarazel.de>

Commit: 0012979d989fd1640ed17c32b303ebbd2294a3fc
Author: Andres Freund <andres@anarazel.de>
Date: 2023-04-05T04:29:44Z
Releases: 16.0
docs: html: copy images to output as part of xslt build

Until now the meson built HTML docs had non-working references to images. They
were copied in the make target. Instead of duplicating that for meson, copy
them as part of the xslt stylesheet.

Reported-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Discussion: https://postgr.es/m/3fc3bb9b-f7f8-d442-35c1-ec82280c564a@enterprisedb.com

Files

PathChange+/−
doc/src/sgml/Makefile modified +0 −1
doc/src/sgml/stylesheet-common.xsl modified +22 −0
doc/src/sgml/stylesheet.xsl modified +6 −0

Discussion