diff options
| author | Bruce Momjian | 2007-11-10 23:59:52 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2007-11-10 23:59:52 +0000 |
| commit | 541ff409cc341ce1e0212fc6a7d67eef6709b6b4 (patch) | |
| tree | 2210b8db0fca799240686ca34490f05aa4c09b46 /contrib/pgstattuple/Makefile | |
| parent | c3c69ab4fd25a20749b850d34cbc8ce3f1812e3b (diff) | |
Remove references to READMEs from /contrib Makefiles.
Diffstat (limited to 'contrib/pgstattuple/Makefile')
| -rw-r--r-- | contrib/pgstattuple/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/pgstattuple/Makefile b/contrib/pgstattuple/Makefile index d3197977e90..ad10f77b415 100644 --- a/contrib/pgstattuple/Makefile +++ b/contrib/pgstattuple/Makefile @@ -2,13 +2,12 @@ # # pgstattuple Makefile # -# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.8 2007/06/26 22:05:03 tgl Exp $ +# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $ # #------------------------------------------------------------------------- MODULE_big = pgstattuple OBJS = pgstattuple.o pgstatindex.o -DOCS = README.pgstattuple README.pgstattuple.euc_jp DATA_built = pgstattuple.sql DATA = uninstall_pgstattuple.sql |
