From 416c75cf38fbf58f4589fb27b520b64092a7ceff Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 13 Aug 2019 08:38:21 +0200 Subject: Update to DocBook 4.5 This moves us to the latest minor version of DocBook 4. It requires no markup changes. --- doc/src/sgml/docguide.sgml | 6 +++--- doc/src/sgml/postgres.sgml | 4 ++-- doc/src/sgml/standalone-install.xml | 2 +- doc/src/sgml/standalone-profile.xsl | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 0608b8c6125..8bcaf235ad7 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -84,7 +84,7 @@ This is the definition of DocBook itself. We currently use version - 4.2; you cannot use later or earlier versions. You need + 4.5; you cannot use later or earlier versions. You need the XML variant of the DocBook DTD, not the SGML variant. @@ -214,7 +214,7 @@ apt-get install docbook-xml docbook-xsl fop libxml2-utils xsltproc If you use MacPorts, the following will get you set up: -sudo port install docbook-xml-4.2 docbook-xsl fop +sudo port install docbook-xml-4.5 docbook-xsl fop If you use Homebrew, use this: @@ -234,7 +234,7 @@ brew install docbook docbook-xsl fop like this: checking for xmllint... xmllint -checking for DocBook XML V4.2... yes +checking for DocBook XML V4.5... yes checking for dbtoepub... dbtoepub checking for xsltproc... xsltproc checking for fop... fop diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 3e115f1c76c..e59cba79975 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,7 +1,7 @@ - diff --git a/doc/src/sgml/standalone-install.xml b/doc/src/sgml/standalone-install.xml index f584789f9a4..019377a67f0 100644 --- a/doc/src/sgml/standalone-install.xml +++ b/doc/src/sgml/standalone-install.xml @@ -1,5 +1,5 @@ - + + doctype-public="-//OASIS//DTD DocBook XML V4.5//EN" + doctype-system="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"/> -- cgit v1.2.3