From 984b0b4df83f94f4bae74f9534b9d5298e2f338a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 8 Oct 2000 21:13:27 +0000 Subject: Append "/postgresql" to (certain) installation subdirectories when installing into a shared location. Also Makefile.global organizational cleanup. --- doc/src/sgml/installation.sgml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index e637969f360..1cf60bf127b 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions @@ -398,7 +398,29 @@ su - postgres + + + + + To reduce the pollution of shared installation locations (such + as /usr/local/include), the string + /postgresql is automatically + appended to datadir, + sysconfdir, includedir, + and docdir, unless the fully expanded + directory name already contains the string + postgres or pgsql. For example, + if you choose /usr/local as prefix, the C + header files will be installed in + /usr/local/include/postgresql, but if the + prefix is /opt/postgres, then they will be + in /opt/postgres/include. + + + + + --with-includes=DIRECTORIES -- cgit v1.2.3