pgsql: Stop recommending auto-download of DTD files, and indeed disable

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Stop recommending auto-download of DTD files, and indeed disable
Дата
Msg-id E1pPsjO-0008lx-Eu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Stop recommending auto-download of DTD files, and indeed disable it.

It appears no longer possible to build the SGML docs without a local
installation of the DocBook DTD, because sourceforge.net now only
permits HTTPS access, and no common version of xsltproc supports that.
Hence, remove the bits of our documentation suggesting that that's
possible or useful.

In fact, we might as well add the --nonet option to the build recipes
automatically, for a bit of extra security.

Also fix our documentation-tool-installation recipes for macOS to
ensure that xmllint and xsltproc are pulled in from MacPorts or
Homebrew.  The previous recipes assumed you could use the
Apple-supplied versions of these tools; which still works, except that
you'd need to set an environment variable to ensure that they would
find DTD files provided by those package managers.  Simpler and easier
to just recommend pulling in the additional packages.

In HEAD, also document how to build docs using Meson, and adjust
"ninja docs" to just build the HTML docs, for consistency with the
default behavior of doc/src/sgml/Makefile.

In a fit of neatnik-ism, I also made the ordering of the package
lists match the order in which the tools are described at the head
of the appendix.

Aleksander Alekseev, Peter Eisentraut, Tom Lane

Discussion: https://postgr.es/m/CAJ7c6TO8Aro2nxg=EQsVGiSDe-TstP4EsSvDHd7DSRsP40PgGA@mail.gmail.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c7b608600547426b1a3181f9b6d4d2e117624e1e

Modified Files
--------------
doc/src/sgml/Makefile        |  8 +++++--
doc/src/sgml/docguide.sgml   | 55 ++++++++++++++++++++++----------------------
doc/src/sgml/images/Makefile |  2 +-
3 files changed, 34 insertions(+), 31 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: pgindent: more ways to find files to indent
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 9600371