summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-11-10 23:59:52 +0000
committerBruce Momjian2007-11-10 23:59:52 +0000
commitea9dc244063f8577d3673d8c1df3c5abe9db51ee (patch)
treefa9d7a20e7a0588cfebea589a23a006cea3a1f3e
parente42c638fc5c9c83b0504b036712eb265796864d3 (diff)
Remove references to READMEs from /contrib Makefiles.
-rw-r--r--contrib/adminpack/Makefile1
-rw-r--r--contrib/btree_gist/Makefile1
-rw-r--r--contrib/chkpass/Makefile1
-rw-r--r--contrib/cube/Makefile1
-rw-r--r--contrib/dblink/Makefile1
-rw-r--r--contrib/earthdistance/Makefile1
-rw-r--r--contrib/fuzzystrmatch/Makefile1
-rw-r--r--contrib/hstore/Makefile1
-rw-r--r--contrib/intagg/Makefile1
-rw-r--r--contrib/intarray/Makefile1
-rw-r--r--contrib/isn/Makefile1
-rw-r--r--contrib/lo/Makefile1
-rw-r--r--contrib/ltree/Makefile1
-rw-r--r--contrib/oid2name/Makefile2
-rw-r--r--contrib/pageinspect/Makefile1
-rw-r--r--contrib/pg_buffercache/Makefile1
-rw-r--r--contrib/pg_freespacemap/Makefile1
-rw-r--r--contrib/pg_standby/Makefile2
-rw-r--r--contrib/pg_trgm/Makefile1
-rw-r--r--contrib/pgbench/Makefile2
-rw-r--r--contrib/pgcrypto/Makefile1
-rw-r--r--contrib/pgrowlocks/Makefile1
-rw-r--r--contrib/pgstattuple/Makefile1
-rw-r--r--contrib/seg/Makefile1
-rw-r--r--contrib/sslinfo/Makefile1
-rw-r--r--contrib/tablefunc/Makefile1
-rw-r--r--contrib/uuid-ossp/Makefile1
-rw-r--r--contrib/vacuumlo/Makefile2
-rw-r--r--contrib/xml2/Makefile1
29 files changed, 0 insertions, 33 deletions
diff --git a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
index b959b50517..3492d277ea 100644
--- a/contrib/adminpack/Makefile
+++ b/contrib/adminpack/Makefile
@@ -4,7 +4,6 @@ MODULE_big = adminpack
PG_CPPFLAGS = -I$(libpq_srcdir)
DATA_built = adminpack.sql
DATA = uninstall_adminpack.sql
-DOCS = README.adminpack
OBJS = adminpack.o
ifdef USE_PGXS
diff --git a/contrib/btree_gist/Makefile b/contrib/btree_gist/Makefile
index 5413353549..5b2f6df0b0 100644
--- a/contrib/btree_gist/Makefile
+++ b/contrib/btree_gist/Makefile
@@ -9,7 +9,6 @@ OBJS = btree_gist.o btree_utils_num.o btree_utils_var.o btree_int2.o btre
DATA_built = btree_gist.sql
DATA = uninstall_btree_gist.sql
-DOCS = README.btree_gist
REGRESS = init int2 int4 int8 float4 float8 cash oid timestamp timestamptz time timetz \
date interval macaddr inet cidr text varchar char bytea bit varbit numeric
diff --git a/contrib/chkpass/Makefile b/contrib/chkpass/Makefile
index 9316d8196d..d0f3ba8c7e 100644
--- a/contrib/chkpass/Makefile
+++ b/contrib/chkpass/Makefile
@@ -5,7 +5,6 @@ OBJS = chkpass.o
SHLIB_LINK = $(filter -lcrypt, $(LIBS))
DATA_built = chkpass.sql
DATA = uninstall_chkpass.sql
-DOCS = README.chkpass
ifdef USE_PGXS
PG_CONFIG = pg_config
diff --git a/contrib/cube/Makefile b/contrib/cube/Makefile
index c5c0220a75..6240e48931 100644
--- a/contrib/cube/Makefile
+++ b/contrib/cube/Makefile
@@ -5,7 +5,6 @@ OBJS= cube.o cubeparse.o
DATA_built = cube.sql
DATA = uninstall_cube.sql
-DOCS = README.cube
REGRESS = cube
EXTRA_CLEAN = y.tab.c y.tab.h
diff --git a/contrib/dblink/Makefile b/contrib/dblink/Makefile
index 8bfd4190ea..3f498a8e21 100644
--- a/contrib/dblink/Makefile
+++ b/contrib/dblink/Makefile
@@ -7,7 +7,6 @@ SHLIB_LINK = $(libpq)
DATA_built = dblink.sql
DATA = uninstall_dblink.sql
-DOCS = README.dblink
REGRESS = dblink
diff --git a/contrib/earthdistance/Makefile b/contrib/earthdistance/Makefile
index 0fad891328..b2074f8d0f 100644
--- a/contrib/earthdistance/Makefile
+++ b/contrib/earthdistance/Makefile
@@ -3,7 +3,6 @@
MODULES = earthdistance
DATA_built = earthdistance.sql
DATA = uninstall_earthdistance.sql
-DOCS = README.earthdistance
REGRESS = earthdistance
SHLIB_LINK += $(filter -lm, $(LIBS))
diff --git a/contrib/fuzzystrmatch/Makefile b/contrib/fuzzystrmatch/Makefile
index bf8c3458b7..fb1811f2c0 100644
--- a/contrib/fuzzystrmatch/Makefile
+++ b/contrib/fuzzystrmatch/Makefile
@@ -4,7 +4,6 @@ MODULE_big = fuzzystrmatch
OBJS = fuzzystrmatch.o dmetaphone.o
DATA_built = fuzzystrmatch.sql
DATA = uninstall_fuzzystrmatch.sql
-DOCS = README.fuzzystrmatch README.soundex
ifdef USE_PGXS
PG_CONFIG = pg_config
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile
index a0cd941650..de2c85f803 100644
--- a/contrib/hstore/Makefile
+++ b/contrib/hstore/Makefile
@@ -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
diff --git a/contrib/intagg/Makefile b/contrib/intagg/Makefile
index 147b6e0e8d..1f9a7c8191 100644
--- a/contrib/intagg/Makefile
+++ b/contrib/intagg/Makefile
@@ -7,7 +7,6 @@
MODULES = int_aggregate
DATA_built = int_aggregate.sql
DATA = uninstall_int_aggregate.sql
-DOCS = README.int_aggregate
ifdef USE_PGXS
PG_CONFIG = pg_config
diff --git a/contrib/intarray/Makefile b/contrib/intarray/Makefile
index b9d372e7ab..38a7895291 100644
--- a/contrib/intarray/Makefile
+++ b/contrib/intarray/Makefile
@@ -4,7 +4,6 @@ MODULE_big = _int
OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o _intbig_gist.o _int_gin.o
DATA_built = _int.sql
DATA = uninstall__int.sql
-DOCS = README.intarray
REGRESS = _int
ifdef USE_PGXS
diff --git a/contrib/isn/Makefile b/contrib/isn/Makefile
index a111b656b7..15660e1b84 100644
--- a/contrib/isn/Makefile
+++ b/contrib/isn/Makefile
@@ -3,7 +3,6 @@
MODULES = isn
DATA_built = isn.sql
DATA = uninstall_isn.sql
-DOCS = README.isn
ifdef USE_PGXS
PG_CONFIG = pg_config
diff --git a/contrib/lo/Makefile b/contrib/lo/Makefile
index 73cb9b86ef..9a455d7cca 100644
--- a/contrib/lo/Makefile
+++ b/contrib/lo/Makefile
@@ -3,7 +3,6 @@
MODULES = lo
DATA_built = lo.sql
DATA = uninstall_lo.sql
-DOCS = README.lo
ifdef USE_PGXS
PG_CONFIG = pg_config
diff --git a/contrib/ltree/Makefile b/contrib/ltree/Makefile
index 2530d910ee..874646d9c8 100644
--- a/contrib/ltree/Makefile
+++ b/contrib/ltree/Makefile
@@ -6,7 +6,6 @@ OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \
ltxtquery_io.o ltxtquery_op.o ltree_gist.o _ltree_gist.o
DATA_built = ltree.sql
DATA = uninstall_ltree.sql
-DOCS = README.ltree
REGRESS = ltree
ifdef USE_PGXS
diff --git a/contrib/oid2name/Makefile b/contrib/oid2name/Makefile
index 0687c20c42..45cd2b41a2 100644
--- a/contrib/oid2name/Makefile
+++ b/contrib/oid2name/Makefile
@@ -6,8 +6,6 @@ OBJS = oid2name.o
PG_CPPFLAGS = -I$(libpq_srcdir)
PG_LIBS = $(libpq_pgport)
-DOCS = README.oid2name
-
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
diff --git a/contrib/pageinspect/Makefile b/contrib/pageinspect/Makefile
index 890f353ca8..6a860b4b30 100644
--- a/contrib/pageinspect/Makefile
+++ b/contrib/pageinspect/Makefile
@@ -8,7 +8,6 @@
MODULE_big = pageinspect
OBJS = rawpage.o heapfuncs.o btreefuncs.o
-DOCS = README.pageinspect
DATA_built = pageinspect.sql
DATA = uninstall_pageinspect.sql
diff --git a/contrib/pg_buffercache/Makefile b/contrib/pg_buffercache/Makefile
index 8c26de77db..0c4dc381bf 100644
--- a/contrib/pg_buffercache/Makefile
+++ b/contrib/pg_buffercache/Makefile
@@ -5,7 +5,6 @@ OBJS = pg_buffercache_pages.o
DATA_built = pg_buffercache.sql
DATA = uninstall_pg_buffercache.sql
-DOCS = README.pg_buffercache
ifdef USE_PGXS
PG_CONFIG = pg_config
diff --git a/contrib/pg_freespacemap/Makefile b/contrib/pg_freespacemap/Makefile
index 8362b59af8..8ff117018f 100644
--- a/contrib/pg_freespacemap/Makefile
+++ b/contrib/pg_freespacemap/Makefile
@@ -5,7 +5,6 @@ OBJS = pg_freespacemap.o
DATA_built = pg_freespacemap.sql
DATA = uninstall_pg_freespacemap.sql
-DOCS = README.pg_freespacemap
ifdef USE_PGXS
PG_CONFIG = pg_config
diff --git a/contrib/pg_standby/Makefile b/contrib/pg_standby/Makefile
index d7e4faf52f..0dde511149 100644
--- a/contrib/pg_standby/Makefile
+++ b/contrib/pg_standby/Makefile
@@ -6,8 +6,6 @@ OBJS = pg_standby.o
PG_CPPFLAGS = -I$(libpq_srcdir)
PG_LIBS = $(libpq_pgport)
-DOCS = README.pg_standby
-
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
diff --git a/contrib/pg_trgm/Makefile b/contrib/pg_trgm/Makefile
index 9f490e04e2..dc566747c8 100644
--- a/contrib/pg_trgm/Makefile
+++ b/contrib/pg_trgm/Makefile
@@ -5,7 +5,6 @@ OBJS = trgm_op.o trgm_gist.o trgm_gin.o
DATA_built = pg_trgm.sql
DATA = uninstall_pg_trgm.sql
-DOCS = README.pg_trgm
REGRESS = pg_trgm
diff --git a/contrib/pgbench/Makefile b/contrib/pgbench/Makefile
index 22fe556115..c8f8ce6f74 100644
--- a/contrib/pgbench/Makefile
+++ b/contrib/pgbench/Makefile
@@ -6,8 +6,6 @@ OBJS = pgbench.o
PG_CPPFLAGS = -I$(libpq_srcdir)
PG_LIBS = $(libpq_pgport)
-DOCS = README.pgbench README.pgbench_jis
-
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
diff --git a/contrib/pgcrypto/Makefile b/contrib/pgcrypto/Makefile
index dd57b6d5f1..1922152afd 100644
--- a/contrib/pgcrypto/Makefile
+++ b/contrib/pgcrypto/Makefile
@@ -26,7 +26,6 @@ SRCS = pgcrypto.c px.c px-hmac.c px-crypt.c \
MODULE_big = pgcrypto
OBJS = $(SRCS:.c=.o)
-DOCS = README.pgcrypto
DATA_built = pgcrypto.sql
DATA = uninstall_pgcrypto.sql
EXTRA_CLEAN = gen-rtab
diff --git a/contrib/pgrowlocks/Makefile b/contrib/pgrowlocks/Makefile
index 320adb20fe..2be0564e71 100644
--- a/contrib/pgrowlocks/Makefile
+++ b/contrib/pgrowlocks/Makefile
@@ -8,7 +8,6 @@
MODULE_big = pgrowlocks
OBJS = pgrowlocks.o
-DOCS = README.pgrowlocks README.pgrowlocks.euc_jp
DATA_built = pgrowlocks.sql
DATA = uninstall_pgrowlocks.sql
diff --git a/contrib/pgstattuple/Makefile b/contrib/pgstattuple/Makefile
index 326e13cbf0..5d8bdec126 100644
--- a/contrib/pgstattuple/Makefile
+++ b/contrib/pgstattuple/Makefile
@@ -8,7 +8,6 @@
MODULE_big = pgstattuple
OBJS = pgstattuple.o pgstatindex.o
-DOCS = README.pgstattuple README.pgstattuple.euc_jp
DATA_built = pgstattuple.sql
DATA = uninstall_pgstattuple.sql
diff --git a/contrib/seg/Makefile b/contrib/seg/Makefile
index 55ead9eaf0..124dbf17f1 100644
--- a/contrib/seg/Makefile
+++ b/contrib/seg/Makefile
@@ -4,7 +4,6 @@ MODULE_big = seg
OBJS = seg.o segparse.o
DATA_built = seg.sql
DATA = uninstall_seg.sql
-DOCS = README.seg
REGRESS = seg
EXTRA_CLEAN = y.tab.c y.tab.h
diff --git a/contrib/sslinfo/Makefile b/contrib/sslinfo/Makefile
index 658fba20f8..709d49e3f7 100644
--- a/contrib/sslinfo/Makefile
+++ b/contrib/sslinfo/Makefile
@@ -4,7 +4,6 @@ MODULE_big = sslinfo
OBJS = sslinfo.o
DATA_built = sslinfo.sql
DATA = uninstall_sslinfo.sql
-DOCS = README.sslinfo
ifdef USE_PGXS
PG_CONFIG = pg_config
diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile
index c5b58cb1e2..3e42e0f507 100644
--- a/contrib/tablefunc/Makefile
+++ b/contrib/tablefunc/Makefile
@@ -3,7 +3,6 @@
MODULES = tablefunc
DATA_built = tablefunc.sql
DATA = uninstall_tablefunc.sql
-DOCS = README.tablefunc
REGRESS = tablefunc
SHLIB_LINK += $(filter -lm, $(LIBS))
diff --git a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
index fe20980ba8..1ef20cf248 100644
--- a/contrib/uuid-ossp/Makefile
+++ b/contrib/uuid-ossp/Makefile
@@ -4,7 +4,6 @@ MODULE_big = uuid-ossp
OBJS = uuid-ossp.o
DATA_built = uuid-ossp.sql
DATA = uninstall_uuid-ossp.sql
-DOCS = README.uuid-ossp
SHLIB_LINK += -lossp-uuid
diff --git a/contrib/vacuumlo/Makefile b/contrib/vacuumlo/Makefile
index 64833f6870..e9b07f73cf 100644
--- a/contrib/vacuumlo/Makefile
+++ b/contrib/vacuumlo/Makefile
@@ -6,8 +6,6 @@ OBJS = vacuumlo.o
PG_CPPFLAGS = -I$(libpq_srcdir)
PG_LIBS = $(libpq_pgport)
-DOCS = README.vacuumlo
-
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile
index 8c43d3bddc..3c7eef8b20 100644
--- a/contrib/xml2/Makefile
+++ b/contrib/xml2/Makefile
@@ -10,7 +10,6 @@ SHLIB_LINK = -lxslt -lxml2
DATA_built = pgxml.sql
DATA = uninstall_pgxml.sql
-DOCS = README.xml2
override CFLAGS += $(shell xml2-config --cflags)