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 <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0012979d989fd1640ed17c32b303ebbd2294a3fc Modified Files -------------- doc/src/sgml/Makefile | 1 - doc/src/sgml/stylesheet-common.xsl | 22 ++++++++++++++++++++++ doc/src/sgml/stylesheet.xsl | 6 ++++++ 3 files changed, 28 insertions(+), 1 deletion(-)
