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:17:32 -0500 |
commit | 9522efdae11c7bb3e12cd4bf070399d5417ac405 (patch) | |
tree | 511735c135a982e9888104cc2c6b780905f2288e | |
parent | a409b464f91e0bdf61f2b3fb81218a0e4312987b (diff) | |
download | postgresql-9522efdae11c7bb3e12cd4bf070399d5417ac405.tar.gz postgresql-9522efdae11c7bb3e12cd4bf070399d5417ac405.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 adde5b39d2c..4968e09c99d 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> |