diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-07-17 22:31:59 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-07-17 22:31:59 +0000 |
| commit | 44eaafe3f8239e59c92ba27cd25e2d05bd35cf2a (patch) | |
| tree | 307d8d5f70b2706989ddbc80f2024677f853030f /src | |
| parent | 5da7e533f7860d3a00e784c638db0ac7b11bd36d (diff) | |
End users shouldn't have to invoke a separate command to install the
documentation. Therefore it's now installed by default. If there is no
documentation to be found (i.e., you are not using the distribution)
then this step is skipped.
Add --docdir option to configure to control installation directory.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.global.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 1b0016a9d2d..5a8b2e07474 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.87 2000/07/16 14:50:41 petere Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.88 2000/07/17 22:31:59 petere Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -95,8 +95,8 @@ localstatedir = @localstatedir@ libdir = @libdir@ includedir = @includedir@ mandir = @mandir@ +docdir = @docdir@ -docdir = ${prefix}/doc odbcinst_ini_dir = @odbcinst_ini_dir@ # old variable names for installation directories |
