|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation"> |
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]> |
@@ -992,6 +992,7 @@ All of PostgreSQL is successfully made. Ready to install. |
992 | 992 | interface libraries, then you can use these commands: |
993 | 993 | <screen> |
994 | 994 | <userinput>gmake -C src/bin install</> |
| 995 | +<userinput>gmake -C src/include install</> |
995 | 996 | <userinput>gmake -C src/interfaces install</> |
996 | 997 | <userinput>gmake -C doc install</> |
997 | 998 | </screen> |
|