|
2 | 2 | <!-- |
3 | 3 |
|
4 | 4 | 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. |
6 | 7 |
|
7 | 8 | --> |
8 | 9 |
|
@@ -283,9 +284,11 @@ su - postgres |
283 | 284 |
|
284 | 285 | <listitem> |
285 | 286 | <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.]]> |
289 | 292 | </para> |
290 | 293 | </listitem> |
291 | 294 | </itemizedlist> |
|