diff options
| author | Bruce Momjian <bruce@momjian.us> | 2007-11-10 23:59:52 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2007-11-10 23:59:52 +0000 |
| commit | 541ff409cc341ce1e0212fc6a7d67eef6709b6b4 (patch) | |
| tree | 2210b8db0fca799240686ca34490f05aa4c09b46 /contrib/hstore/Makefile | |
| parent | c3c69ab4fd25a20749b850d34cbc8ce3f1812e3b (diff) | |
| download | postgresql-541ff409cc341ce1e0212fc6a7d67eef6709b6b4.tar.gz | |
Remove references to READMEs from /contrib Makefiles.
Diffstat (limited to 'contrib/hstore/Makefile')
| -rw-r--r-- | contrib/hstore/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile index 5257bbfcc0..adb014d0d1 100644 --- a/contrib/hstore/Makefile +++ b/contrib/hstore/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.5 2007/03/14 14:21:52 teodor Exp $ +# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.6 2007/11/10 23:59:51 momjian Exp $ subdir = contrib/hstore top_builddir = ../.. @@ -9,7 +9,6 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o crc32.o DATA_built = hstore.sql DATA = uninstall_hstore.sql -DOCS = README.hstore REGRESS = hstore include $(top_srcdir)/contrib/contrib-global.mk |
