Teach pgxs.mk and Install.pm how to install files from a contrib module
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Oct 2007 16:00:00 +0000 (16:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Oct 2007 16:00:00 +0000 (16:00 +0000)
commit34eda3a4be36ca729752ab2abb1e136542085564
tree0b991622f3ef8f30051c77fce3a4a30f3dbdf6ef
parent7e7b8ed76e4fcb6b456bc42414fa0bd2f864fa57
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.
contrib/dict_xsyn/Makefile
src/makefiles/pgxs.mk
src/tools/msvc/Install.pm