Teach pgxs.mk and Install.pm how to install files from a contrib module

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

Commit: 9a4b29d83287a9e23f276308356dbad1eab67ad4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-10-16T16:00:00Z
Releases: 8.3.0
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.

Files

PathChange+/−
contrib/dict_xsyn/Makefile modified +2 −20
src/makefiles/pgxs.mk modified +14 −1
src/tools/msvc/Install.pm modified +15 −1