]> granicus.if.org Git - postgresql/commitdiff
Fix directions for a client-only install, per comments from Alexey Borzov
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Dec 2001 20:45:11 +0000 (20:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Dec 2001 20:45:11 +0000 (20:45 +0000)
and Vivek Khera.

doc/src/sgml/installation.sgml

index 9466d394b6448c83750eacc691b5d8c1e7d21a3c..907d0fe6ab4ab419f66bf1c6eae01fb84797bb61 100644 (file)
@@ -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>