Install hack workaround for failure of 'make all' in VPATH builds.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 170456c9d86688ee79363699aa51331f60e8b59e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-05-01T21:31:17Z
Releases: 9.0.0
Install hack workaround for failure of 'make all' in VPATH builds.
It appears that gmake gets confused if postgres.sgml is not present in
the working directory, and instantiates some default rule or other that
would let postgres.sgml be built from postgres.xml.  I haven't been able
to track down exactly where that's coming from, but the problem can be
dodged by specifying srcdir explicitly in the rule for postgres.xml.
Per report from Vladimir Kokovic.

Files

PathChange+/−
doc/src/sgml/Makefile modified +5 −2