diff --git a/doc/install-source.sgml b/doc/install-source.sgml index 8cee51a7..255f10ea 100644 --- a/doc/install-source.sgml +++ b/doc/install-source.sgml @@ -155,6 +155,20 @@ The generated HTML files will be placed in the doc/html subdirectory of your source tree. + + + To build the documentation as a single HTML file, execute: + + cd doc/ && make repmgr.html + + + + + Due to changes in PostgreSQL's documentation build system from PostgreSQL 10, + the documentation can currently only be built agains PostgreSQL 9.6 or earlier. + This limitation will be fixed when time and resources permit. + +