Re: BUG #5715: man pages missing after compiling PostgreSQL 9.0.1 sources on OS X 10.6

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joel Lopes Da Silva <joel(at)lopes-da-silva(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5715: man pages missing after compiling PostgreSQL 9.0.1 sources on OS X 10.6
Date: 2010-10-18 16:25:52
Message-ID: 21156.1287419152@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Joel Lopes Da Silva <joel(at)lopes-da-silva(dot)com> writes:
> On Oct 18, 2010, at 7:16 AM, Tom Lane wrote:
>> What commands did you issue, exactly?

> I did:

> ./configure --enable-thread-safety \
> --with-openssl \
> --with-perl \
> --with-python \
> --with-tcl \
> --with-bonjour \
> --with-pam \
> --with-krb5
> make
> sudo make install

> This set of commands used to put the man pages in /usr/local/pgsql/share/man

Ah. This is an intentional change, then. "make install" now always
doesn't install the docs. (Its behavior used to vary depending on
whether prebuilt docs were present in the source tree, which was odd.)
There is now a separate top-level target "make install-docs".

You might also consider "make world" followed by "make install-world",
which will build and install core + docs + contrib.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joel Lopes Da Silva 2010-10-18 16:29:23 Re: BUG #5715: man pages missing after compiling PostgreSQL 9.0.1 sources on OS X 10.6
Previous Message Joel Lopes Da Silva 2010-10-18 16:14:16 Re: BUG #5715: man pages missing after compiling PostgreSQL 9.0.1 sources on OS X 10.6