diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-03-29 07:53:57 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-03-29 07:53:57 -0400 |
commit | 7fe04ce9203cb0c5332614ec091aab28cf6aeaa8 (patch) | |
tree | 57dd57abc28d91cde0af8b027bbaf1e7ba4d301a /doc/src | |
parent | 669820a3d9c359e8d44a26035cb4d675dc542cb4 (diff) |
docs: fix INSTALL.xml build by using "standalone-ignore"
Was broken by "jit" link.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 30921cf4868..7a7823b7a30 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -763,7 +763,9 @@ su - postgres <listitem> <para> Build with support for <productname>LLVM</productname> based - <acronym>JIT</acronym> compilation (see <xref linkend="jit"/>). This + <acronym>JIT</acronym> compilation<phrase + condition="standalone-ignore"> (see <xref + linkend="jit"/>)</phrase>. This requires the <productname>LLVM</productname> library to be installed. The minimum required version of <productname>LLVM</productname> is currently 3.9. |