docs: html: copy images to output as part of xslt build
authorAndres Freund <andres@anarazel.de>
Wed, 5 Apr 2023 04:05:52 +0000 (21:05 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 5 Apr 2023 04:29:44 +0000 (21:29 -0700)
commit0012979d989fd1640ed17c32b303ebbd2294a3fc
treef6b57f933134886cc23c71aff19c2afb783cbc07
parentef07d351a1860a6e93c89cc7af3ae13366942bf0
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
doc/src/sgml/Makefile
doc/src/sgml/stylesheet-common.xsl
doc/src/sgml/stylesheet.xsl