mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Convert documentation to DocBook XML
Since some preparation work had already been done, the only source changes left were changing empty-element tags like <xref linkend="foo"> to <xref linkend="foo"/>, and changing the DOCTYPE. The source files are still named *.sgml, but they are actually XML files now. Renaming could be considered later. In the build system, the intermediate step to convert from SGML to XML is removed. Everything is build straight from the source files again. The OpenSP (or the old SP) package is no longer needed. The documentation toolchain instructions are updated and are much simpler now. Peter Eisentraut, Alexander Lakhin, Jürgen Purtz
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<application>flex</application>, and <application>Perl</application>. These tools are not needed
|
||||
to build from a distribution tarball, because the files that these tools
|
||||
are used to build are included in the tarball. Other tool requirements
|
||||
are the same as shown in <xref linkend="install-requirements">.
|
||||
are the same as shown in <xref linkend="install-requirements"/>.
|
||||
</para>
|
||||
|
||||
<sect1 id="git">
|
||||
|
Reference in New Issue
Block a user