Don't auto-create the subdirectories holding built documentation in a VPATH

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

Commit: 39ce62b110107ac03792130d130f64d62f3d4dcf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-08-26T18:34:37Z
Releases: 9.1.0
Don't auto-create the subdirectories holding built documentation in a VPATH
build tree.  If we actually build the docs in the VPATH tree, those dirs
will get created then; but if they're present and empty, they capture the
vpathsearch searches in "make install", preventing installation of prebuilt
docs that might exist in the source tree.  Per bug #5595 from Dmtiriy Igrishin.
Fix based on idea from Peter Eisentraut.

Files

PathChange+/−
config/prep_buildtree modified +9 −0