mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
13 lines
308 B
Makefile
13 lines
308 B
Makefile
# $PostgreSQL: pgsql/contrib/fulltextindex/Makefile,v 1.12 2003/11/29 19:51:35 pgsql Exp $
|
|
|
|
subdir = contrib/fulltextindex
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = fti
|
|
DATA_built = fti.sql
|
|
DOCS = README.fti
|
|
SCRIPTS = fti.pl
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|