We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4d01d commit 6896693Copy full SHA for 6896693
doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="installation">
4
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -992,6 +992,7 @@ All of PostgreSQL is successfully made. Ready to install.
992
interface libraries, then you can use these commands:
993
<screen>
994
<userinput>gmake -C src/bin install</>
995
+<userinput>gmake -C src/include install</>
996
<userinput>gmake -C src/interfaces install</>
997
<userinput>gmake -C doc install</>
998
</screen>
0 commit comments