"make install" now tries to build the documentation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: "make install" now tries to build the documentation
Date: 2009-08-18 15:30:11
Message-ID: 20625.1250609411@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sometime since Friday, somebody (probably Peter) "fixed" things so that
"make install" at the top level of the tree insists on building the SGML
documentation first. I regard this as utterly unacceptable; if I'm just
trying to build a new test installation (which I often do multiple times
per day), I do not wish to wait around for the SGML docs to be built.
Please fix. Maybe installing the docs could be conditional on having
done "make distprep", instead?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-08-18 16:01:57 Re: "make install" now tries to build the documentation
Previous Message Kevin Grittner 2009-08-18 15:23:20 Re: PQgetlength vs. octet_length()