]> granicus.if.org Git - postgresql/commit
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)
commit9a4b29d83287a9e23f276308356dbad1eab67ad4
tree299f5d428d404e9dddd1038519120c33e9b7096d
parent4fef90dfeda31c6970efcb552332bd6e41b0041f
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