Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8a4093

Browse files
committed
Fix broken link in installation.sgml.
Linking to other parts of the manual doesn't work when building the standalone INSTALL document.
1 parent e8d6c98 commit b8a4093

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/src/sgml/installation.sgml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<!--
33

44
Use </link> not just </> so INSTALL.html can be created without links
5-
to the main documentation. Don't use <xref>.
5+
to the main documentation. Don't use <xref>; or if you must, wrap it
6+
in a standalone-ignore clause.
67

78
-->
89

@@ -283,9 +284,11 @@ su - postgres
283284

284285
<listitem>
285286
<para>
286-
To build the <productname>PostgreSQL</productname> documentation,
287-
there is a separate set of requirements.
288-
See <xref linkend="docguide-toolsets">.
287+
To build the <productname>PostgreSQL</productname> documentation,
288+
there is a separate set of requirements; see
289+
<![%standalone-ignore;[<xref linkend="docguide-toolsets">.]]>
290+
<![%standalone-include;[the main documentation's appendix on
291+
documentation.]]>
289292
</para>
290293
</listitem>
291294
</itemizedlist>

0 commit comments

Comments
 (0)