aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-12-23 20:45:11 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-12-23 20:45:11 +0000
commit6896693d6404f39c6b98e8d07e6c28fccdd534f7 (patch)
treef6da200f7edd6c64873ec0eccd1431176e6e3a63
parentce4d01d96b7e41cf61b8ee3ab4018e15e01dc872 (diff)
downloadpostgresql-6896693d6404f39c6b98e8d07e6c28fccdd534f7.tar.gz
postgresql-6896693d6404f39c6b98e8d07e6c28fccdd534f7.zip
Fix directions for a client-only install, per comments from Alexey Borzov
and Vivek Khera.
-rw-r--r--doc/src/sgml/installation.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 9466d394b64..907d0fe6ab4 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.71 2001/12/21 03:54:02 thomas Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.72 2001/12/23 20:45:11 tgl Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -992,6 +992,7 @@ All of PostgreSQL is successfully made. Ready to install.
interface libraries, then you can use these commands:
<screen>
<userinput>gmake -C src/bin install</>
+<userinput>gmake -C src/include install</>
<userinput>gmake -C src/interfaces install</>
<userinput>gmake -C doc install</>
</screen>