diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-11-02 20:17:32 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-11-02 20:18:15 -0500 |
commit | 25ca2a69eab63729ed3195afbe0d175cf0e54d19 (patch) | |
tree | a514e28419f352027b85b2b94e1713d73009ec7a | |
parent | 16381b2a78e5a3477b5a7ac956b7afc36efdcc58 (diff) | |
download | postgresql-25ca2a69eab63729ed3195afbe0d175cf0e54d19.tar.gz postgresql-25ca2a69eab63729ed3195afbe0d175cf0e54d19.zip |
Fix generation of INSTALL file by removing link
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 72e8979fff4..cab9fe7f9a2 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1277,7 +1277,7 @@ su - postgres <para> Enable tests using the Perl TAP tools. This requires a Perl installation and the Perl module <literal>IPC::Run</literal>. - See <xref linkend="regress-tap"> for more information. + <![%standalone-ignore;[See <xref linkend="regress-tap"> for more information.]]> </para> </listitem> </varlistentry> |