summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorTom Lane2007-10-15 21:36:50 +0000
committerTom Lane2007-10-15 21:36:50 +0000
commit5fcb079858bb392e87067b5526e9df950db38024 (patch)
tree4ffb764af092be94fbe0e033dce2f492e6c937f7 /contrib/Makefile
parentfb631dba2a3c2c183bb99f2098491ecf96fb6664 (diff)
Add sample text search dictionary templates and parsers, to replace the
hard-to-maintain textual examples currently in the SGML docs. From Sergey Karpov.
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 3f49645036d..0bd9e65b05a 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.80 2007/10/13 22:59:43 tgl Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.81 2007/10/15 21:36:49 tgl Exp $
subdir = contrib
top_builddir = ..
@@ -10,6 +10,8 @@ WANTED_DIRS = \
chkpass \
cube \
dblink \
+ dict_int \
+ dict_xsyn \
earthdistance \
fuzzystrmatch \
hstore \
@@ -31,6 +33,7 @@ WANTED_DIRS = \
seg \
spi \
tablefunc \
+ test_parser \
vacuumlo
ifeq ($(with_openssl),yes)