Re: Installing the man pages - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Installing the man pages
Date
Msg-id 25800.963445605@sss.pgh.pa.us
Whole thread Raw
In response to Installing the man pages  ("G. Anthony Reina" <reina@nsi.edu>)
List pgsql-hackers
"G. Anthony Reina" <reina@nsi.edu> writes:
> Is there someway that I can specify this directory for the man pages
> (e.g. is there some option I can set for the 'gmake install' to
> tell it that Postgres is installed in a different directory than the
> default) ?

IIRC the makefile for the docs expects you to have done a configure over
in the src directory, and it's looking there for an override on the
default install dir.  Go back and run configure (needn't build) with the
right --prefix.

I think Peter E. is making this cleaner for 7.1, but that's how it
worked last time I looked.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [7.0.2] INDEX' TUPLES != HEAP' ..
Next
From: The Hermit Hacker
Date:
Subject: Re: [7.0.2] INDEX' TUPLES != HEAP' ..