pgsql: Don't auto-create the subdirectories holding built documentation

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't auto-create the subdirectories holding built documentation
Date: 2010-08-26 18:34:37
Message-ID: 20100826183437.1E9E37541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/config:
prep_buildtree (r1.5 -> r1.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/prep_buildtree?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-08-26 18:34:44 pgsql: Don't auto-create the subdirectories holding built documentation
Previous Message Bruce Momjian 2010-08-25 23:56:04 pgsql: Remove docs for "Incrementally Updated Backups" because it was of