diff options
author | Magnus Hagander <magnus@hagander.net> | 2011-02-04 15:23:34 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2011-02-04 15:24:49 +0100 |
commit | afb6dee1e3b93af05e35873c19c068e8ac7eb74b (patch) | |
tree | a5908edfd6a0724276c18182aea63e14b01530e7 /doc/src | |
parent | b87811ee273360c45d92b0e7bb7e67670312c221 (diff) | |
download | postgresql-afb6dee1e3b93af05e35873c19c068e8ac7eb74b.tar.gz postgresql-afb6dee1e3b93af05e35873c19c068e8ac7eb74b.zip |
Attempt to un-break the documentation build again
Another case of <xref linkend> in the documentation that
builds INSTALL, which is not allowed.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index f1386b7b5d4..70f930c57da 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1467,8 +1467,10 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install. <note> <para> - If you are upgrading an existing system be sure to read <xref - linkend="upgrading"> which has instructions about upgrading a + If you are upgrading an existing system be sure to read + <![%standalone-include[the documentation,]]> + <![%standalone-ignore[<xref linkend="upgrading">]]> + which has instructions about upgrading a cluster. </para> </note> |