diff options
| author | Tom Lane | 2007-10-15 21:36:50 +0000 |
|---|---|---|
| committer | Tom Lane | 2007-10-15 21:36:50 +0000 |
| commit | 5fcb079858bb392e87067b5526e9df950db38024 (patch) | |
| tree | 4ffb764af092be94fbe0e033dce2f492e6c937f7 /contrib/Makefile | |
| parent | fb631dba2a3c2c183bb99f2098491ecf96fb6664 (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/Makefile | 5 |
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) |
