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. -