From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: docs: html: copy images to output as part of xslt build |
Date: | 2023-04-05 04:46:05 |
Message-ID: | E1pjv24-001RDT-Kp@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(dot)eisentraut(at)enterprisedb(dot)com>
Discussion: https://postgr.es/m/3fc3bb9b-f7f8-d442-35c1-ec82280c564a@enterprisedb.com
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2023-04-05 05:37:20 | pgsql: Fix minor signed/unsigned mixup |
Previous Message | Amit Kapila | 2023-04-05 03:59:08 | pgsql: Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl. |