From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: docs: Remove support for 'htmlhelp' format |
Date: | 2023-04-05 02:28:05 |
Message-ID: | E1pjssW-001Q3j-6Z@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
docs: Remove support for 'htmlhelp' format
We had partial support for generating documentation suitable for .chm
files. However, we only had wired up generating the input files using
docbook-xsl, not generating an actual .chm file. Nor did we document how to do
so. Additionally, it was very slow to generate htmlhelp, as we never applied
the docbook-xsl stylesheet performance improvements to htmlhelp.
It doesn't look like there's any interest in the htmlhelp output, so remove
it, instead of spending cycles to finish the support.
Discussion: https://postgr.es/m/20230324165822.wcrj3akllbqquy7u@awork3.anarazel.de
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/d75c7fbaf94eab30c1f30db107237b64c3cf78e7
Modified Files
--------------
doc/src/sgml/Makefile | 10 ---------
doc/src/sgml/meson.build | 11 ----------
doc/src/sgml/stylesheet-hh.xsl | 47 ------------------------------------------
3 files changed, 68 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2023-04-05 03:59:08 | pgsql: Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl. |
Previous Message | Andres Freund | 2023-04-05 00:03:24 | pgsql: sequences: Lock buffer before initializing page |