Thread: pgsql: Improve PGXS makefile system to allow the module's makefile to

pgsql: Improve PGXS makefile system to allow the module's makefile to

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Improve PGXS makefile system to allow the module's makefile to specify
where to install DATA and DOCS files.  This is mainly intended to allow
versioned installation, eg, install into contrib/fooM.N/ rather than
directly into contrib/.

Mark Cave-Ayland

Modified Files:
--------------
    pgsql/doc/src/sgml:
        xfunc.sgml (r1.143 -> r1.144)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xfunc.sgml?r1=1.143&r2=1.144)
    pgsql/src/makefiles:
        pgxs.mk (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk?r1=1.17&r2=1.18)