mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 08:06:29 +00:00
doc: update documentation build instructions
Also add an item in the release notes
This commit is contained in:
@@ -78,6 +78,25 @@
|
|||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
<sect2>
|
||||||
|
<title>Other</title>
|
||||||
|
<para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The &repmgr; documentation has been converted to DocBook XML format,
|
||||||
|
as currently used by the main PostgreSQL project.
|
||||||
|
This means it can now be built against any &repmgr; version
|
||||||
|
(previously it was not possible to build the documentation against
|
||||||
|
PostgreSQL 10 or later).
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
For further details see: <xref linkend="installation-build-repmgr-docs"/>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="release-4.3.1">
|
<sect1 id="release-4.3.1">
|
||||||
|
|||||||
@@ -237,7 +237,7 @@ deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main</programlisti
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<sect2 id="installation-build-repmgr-docs">
|
<sect2 id="installation-build-repmgr-docs" xreflabel="Building repmgr documentation">
|
||||||
<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)
|
||||||
@@ -254,7 +254,8 @@ deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main</programlisti
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To build the documentation as a single HTML file, execute:
|
To build the documentation as a single HTML file, after configuring and building
|
||||||
|
the main &repmgr; source as described above, execute:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
cd doc/ && make repmgr.html</programlisting>
|
cd doc/ && make repmgr.html</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user