pgsql: Teach pgxs.mk and Install.pm how to install files from a contrib - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Teach pgxs.mk and Install.pm how to install files from a contrib
Date
Msg-id 20071016160000.1EC77754229@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Teach pgxs.mk and Install.pm how to install files from a contrib module
into SHAREDIR/tsearch_data.  Use this instead of ad-hoc coding in
dict_xsyn/Makefile.  Should fix current ContribCheck failures on MSVC.

Modified Files:
--------------
    pgsql/contrib/dict_xsyn:
        Makefile (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dict_xsyn/Makefile?r1=1.1&r2=1.2)
    pgsql/src/makefiles:
        pgxs.mk (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk?r1=1.10&r2=1.11)
    pgsql/src/tools/msvc:
        Install.pm (r1.23 -> r1.24)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm?r1=1.23&r2=1.24)

pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Add sample text search dictionary templates and parsers, to
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add sample text search dictionary templates and parsers, to