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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Don't auto-create the subdirectories holding built documentation
Date
Msg-id 20100826183444.9BDA97541D7@cvs.postgresql.org
Whole thread Raw
List 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.

Tags:
----
REL9_0_STABLE

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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Don't auto-create the subdirectories holding built documentation
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ExecMakeTableFunctionResult to verify that all rows returned