mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
doc: update documentation build instructions
This commit is contained in:
@@ -241,12 +241,12 @@ deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main</programlisti
|
|||||||
<title>Building &repmgr; documentation</title>
|
<title>Building &repmgr; documentation</title>
|
||||||
<para>
|
<para>
|
||||||
The &repmgr; documentation is (like the main PostgreSQL project)
|
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
|
install the required packages as described in the
|
||||||
<ulink url="https://www.postgresql.org/docs/9.6/docguide-toolsets.html">
|
<ulink url="https://www.postgresql.org/docs/current/docguide-toolsets.html">
|
||||||
PostgreSQL documentation</ulink> then execute:
|
PostgreSQL documentation</ulink> then execute:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
./configure && make install-doc</programlisting>
|
cd doc/ && make</programlisting>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The generated HTML files will be placed in the <filename>doc/html</filename>
|
The generated HTML files will be placed in the <filename>doc/html</filename>
|
||||||
@@ -261,12 +261,10 @@ deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main</programlisti
|
|||||||
|
|
||||||
<note>
|
<note>
|
||||||
<simpara>
|
<simpara>
|
||||||
Due to changes in PostgreSQL's documentation build system from PostgreSQL 10,
|
In &repmgr; 4.3 and earlier, the documentation can only be built against
|
||||||
the documentation can currently only be built against PostgreSQL 9.6 or earlier.
|
PostgreSQL 9.6 or earlier.
|
||||||
This limitation will be fixed when time and resources permit.
|
|
||||||
</simpara>
|
</simpara>
|
||||||
</note>
|
</note>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|||||||
Reference in New Issue
Block a user