From 04a6bf86f2f53a3f45c883257f5f5d0f65730f06 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 9 May 2019 16:08:24 +0900 Subject: [PATCH] doc: update documentation build instructions --- doc/install-source.sgml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/install-source.sgml b/doc/install-source.sgml index 6e6362a1..c929e7a0 100644 --- a/doc/install-source.sgml +++ b/doc/install-source.sgml @@ -241,12 +241,12 @@ deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg mainBuilding &repmgr; documentation The &repmgr; documentation is (like the main PostgreSQL project) - written in DocBook format. To build it locally as HTML, you'll need to + written in DocBook XML format. To build it locally as HTML, you'll need to install the required packages as described in the - + PostgreSQL documentation then execute: - ./configure && make install-doc + cd doc/ && make The generated HTML files will be placed in the doc/html @@ -261,12 +261,10 @@ deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main - Due to changes in PostgreSQL's documentation build system from PostgreSQL 10, - the documentation can currently only be built against PostgreSQL 9.6 or earlier. - This limitation will be fixed when time and resources permit. + In &repmgr; 4.3 and earlier, the documentation can only be built against + PostgreSQL 9.6 or earlier. -