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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: docs: html: copy images to output as part of xslt build
Дата
Msg-id E1pjv24-001RDT-Kp@gemulon.postgresql.org
обсуждение исходный текст
Список 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.eisentraut@enterprisedb.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix minor signed/unsigned mixup