Re: [HACKERS] doc troubles.
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: The Hermit Hacker <scrappy@hub.org>
Cc: Darren King <darrenk@insightdist.com>, pgsql-hackers@postgresql.org
Date: 1998-03-03T03:47:47Z
Lists: pgsql-hackers
> > Is that what $POSTDOCDIR is for in the Makefile.global? Would this be
> > a candidate for "--doc-prefix=" to be added to configure? I'd like to
> > be able to put the html docs under my web root instead of the postgres
> > root dir.
>
> Actually, I had to edit the Makefile in the doc directory directly
> to get it to install where I wanted...
It looks for Makefile.global->Makefile.custom, in which you could put
PGDOCS= /your/favorite/docs/location
but I'm sure it could stand some changes. Didn't know there was a POSTDOCDIR
already defined :(
- Tom