diff --git a/doc/install-source.sgml b/doc/install-source.sgml
index dbb3aaca..8cee51a7 100644
--- a/doc/install-source.sgml
+++ b/doc/install-source.sgml
@@ -30,8 +30,7 @@
building PostgreSQL with:
sudo apt-get update
- sudo apt-get build-dep postgresql-9.6
-
+ sudo apt-get build-dep postgresql-9.6
@@ -44,8 +43,7 @@
sudo yum check-update
sudo yum groupinstall "Development Tools"
sudo yum install yum-utils openjade docbook-dtds docbook-style-dsssl docbook-style-xsl
- sudo yum-builddep postgresql96
-
+ sudo yum-builddep postgresql96
@@ -88,8 +86,7 @@
Clone the source code using git:
- git clone https://github.com/2ndQuadrant/repmgr
-
+ git clone https://github.com/2ndQuadrant/repmgr
@@ -134,12 +131,31 @@
To installing &repmgr; from source, simply execute:
- ./configure && make install
-
+ ./configure && make install
Ensure pg_config for the target PostgreSQL version is in
$PATH.
+
+
+
+ Building &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
+ install the required packages as described in the
+
+ PostgreSQL documentation then execute:
+
+ ./configure && make install-doc
+
+
+ The generated HTML files will be placed in the doc/html
+ subdirectory of your source tree.
+
+
+
+