Skip to content

Commit 541ff40

Browse files
committed
Remove references to READMEs from /contrib Makefiles.
1 parent c3c69ab commit 541ff40

File tree

29 files changed

+29
-62
lines changed

29 files changed

+29
-62
lines changed

contrib/adminpack/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.5 2007/06/26 22:05:01 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.6 2007/11/10 23:59:50 momjian Exp $
22

33
MODULE_big = adminpack
44
PG_CPPFLAGS = -I$(libpq_srcdir)
55
DATA_built = adminpack.sql
66
DATA = uninstall_adminpack.sql
7-
DOCS = README.adminpack
87
OBJS = adminpack.o
98

109
ifdef USE_PGXS

contrib/btree_gist/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.11 2007/06/26 22:05:01 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.12 2007/11/10 23:59:50 momjian Exp $
22

33
MODULE_big = btree_gist
44

@@ -9,7 +9,6 @@ OBJS = btree_gist.o btree_utils_num.o btree_utils_var.o btree_int2.o btre
99

1010
DATA_built = btree_gist.sql
1111
DATA = uninstall_btree_gist.sql
12-
DOCS = README.btree_gist
1312

1413
REGRESS = init int2 int4 int8 float4 float8 cash oid timestamp timestamptz time timetz \
1514
date interval macaddr inet cidr text varchar char bytea bit varbit numeric

contrib/chkpass/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.9 2007/06/26 22:05:01 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.10 2007/11/10 23:59:50 momjian Exp $
22

33
MODULE_big = chkpass
44
OBJS = chkpass.o
55
SHLIB_LINK = $(filter -lcrypt, $(LIBS))
66
DATA_built = chkpass.sql
77
DATA = uninstall_chkpass.sql
8-
DOCS = README.chkpass
98

109
ifdef USE_PGXS
1110
PG_CONFIG = pg_config

contrib/cube/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# $PostgreSQL: pgsql/contrib/cube/Makefile,v 1.20 2007/06/26 22:05:01 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/cube/Makefile,v 1.21 2007/11/10 23:59:50 momjian Exp $
22

33
MODULE_big = cube
44
OBJS= cube.o cubeparse.o
55

66
DATA_built = cube.sql
77
DATA = uninstall_cube.sql
8-
DOCS = README.cube
98
REGRESS = cube
109

1110
EXTRA_CLEAN = y.tab.c y.tab.h

contrib/dblink/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/dblink/Makefile,v 1.14 2007/06/26 22:05:01 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/dblink/Makefile,v 1.15 2007/11/10 23:59:50 momjian Exp $
22

33
MODULE_big = dblink
44
PG_CPPFLAGS = -I$(libpq_srcdir)
@@ -7,7 +7,6 @@ SHLIB_LINK = $(libpq)
77

88
DATA_built = dblink.sql
99
DATA = uninstall_dblink.sql
10-
DOCS = README.dblink
1110
REGRESS = dblink
1211

1312

contrib/earthdistance/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# $PostgreSQL: pgsql/contrib/earthdistance/Makefile,v 1.18 2007/06/26 22:05:02 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/earthdistance/Makefile,v 1.19 2007/11/10 23:59:50 momjian Exp $
22

33
MODULES = earthdistance
44
DATA_built = earthdistance.sql
55
DATA = uninstall_earthdistance.sql
6-
DOCS = README.earthdistance
76
REGRESS = earthdistance
87

98
SHLIB_LINK += $(filter -lm, $(LIBS))

contrib/fuzzystrmatch/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# $PostgreSQL: pgsql/contrib/fuzzystrmatch/Makefile,v 1.9 2007/06/26 22:05:02 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/fuzzystrmatch/Makefile,v 1.10 2007/11/10 23:59:50 momjian Exp $
22

33
MODULE_big = fuzzystrmatch
44
OBJS = fuzzystrmatch.o dmetaphone.o
55
DATA_built = fuzzystrmatch.sql
66
DATA = uninstall_fuzzystrmatch.sql
7-
DOCS = README.fuzzystrmatch README.soundex
87

98
ifdef USE_PGXS
109
PG_CONFIG = pg_config

contrib/hstore/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.5 2007/03/14 14:21:52 teodor Exp $
1+
# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.6 2007/11/10 23:59:51 momjian Exp $
22

33
subdir = contrib/hstore
44
top_builddir = ../..
@@ -9,7 +9,6 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o crc32.o
99

1010
DATA_built = hstore.sql
1111
DATA = uninstall_hstore.sql
12-
DOCS = README.hstore
1312
REGRESS = hstore
1413

1514
include $(top_srcdir)/contrib/contrib-global.mk

contrib/intagg/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
# Makefile for integer aggregator
33
# Copyright (C) 2001 Digital Music Network.
44
# by Mark L. Woodward
5-
# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.8 2007/06/26 22:05:02 tgl Exp $
5+
# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $
66

77
MODULES = int_aggregate
88
DATA_built = int_aggregate.sql
99
DATA = uninstall_int_aggregate.sql
10-
DOCS = README.int_aggregate
1110

1211
ifdef USE_PGXS
1312
PG_CONFIG = pg_config

contrib/intarray/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# $PostgreSQL: pgsql/contrib/intarray/Makefile,v 1.15 2007/06/26 22:05:02 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/intarray/Makefile,v 1.16 2007/11/10 23:59:51 momjian Exp $
22

33
MODULE_big = _int
44
OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o _intbig_gist.o _int_gin.o
55
DATA_built = _int.sql
66
DATA = uninstall__int.sql
7-
DOCS = README.intarray
87
REGRESS = _int
98

109
ifdef USE_PGXS

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy