Skip to content

Commit 6896693

Browse files
committed
Fix directions for a client-only install, per comments from Alexey Borzov
and Vivek Khera.
1 parent ce4d01d commit 6896693

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.71 2001/12/21 03:54:02 thomas Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.72 2001/12/23 20:45:11 tgl Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -992,6 +992,7 @@ All of PostgreSQL is successfully made. Ready to install.
992992
interface libraries, then you can use these commands:
993993
<screen>
994994
<userinput>gmake -C src/bin install</>
995+
<userinput>gmake -C src/include install</>
995996
<userinput>gmake -C src/interfaces install</>
996997
<userinput>gmake -C doc install</>
997998
</screen>

0 commit comments

Comments
 (0)