From: Tom Lane Date: Sun, 23 Dec 2001 20:45:11 +0000 (+0000) Subject: Fix directions for a client-only install, per comments from Alexey Borzov X-Git-Tag: REL7_2_BETA5~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6896693d6404f39c6b98e8d07e6c28fccdd534f7;p=postgresql Fix directions for a client-only install, per comments from Alexey Borzov and Vivek Khera. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 9466d394b6..907d0fe6ab 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%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>