diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-02-04 17:30:22 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-02-04 17:30:54 -0500 |
commit | 8e6ae3d79c16ad8876c34f2cff8d667ca1cffb09 (patch) | |
tree | 5ea183a5c09503773122de25cea3235e60e40994 /doc/src | |
parent | 9e7e1172a53054dc14574e42865ea8213bc06371 (diff) | |
download | postgresql-8e6ae3d79c16ad8876c34f2cff8d667ca1cffb09.tar.gz postgresql-8e6ae3d79c16ad8876c34f2cff8d667ca1cffb09.zip |
Add doc comment that installation.sgml can't use xrefs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 70f930c57da..5c719d5a0ab 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,10 @@ <!-- doc/src/sgml/installation.sgml --> +<!-- + +Use </link> not just </> so INSTALL.html can be created without links +to the main documentation. Don't use <xref>. + +--> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> |