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/intagg | |
| parent | c3c69ab4fd25a20749b850d34cbc8ce3f1812e3b (diff) | |
| download | postgresql-541ff409cc341ce1e0212fc6a7d67eef6709b6b4.tar.gz | |
Remove references to READMEs from /contrib Makefiles.
Diffstat (limited to 'contrib/intagg')
| -rw-r--r-- | contrib/intagg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/intagg/Makefile b/contrib/intagg/Makefile index 12fea9ffdc..8855f36f61 100644 --- a/contrib/intagg/Makefile +++ b/contrib/intagg/Makefile @@ -2,12 +2,11 @@ # Makefile for integer aggregator # Copyright (C) 2001 Digital Music Network. # by Mark L. Woodward -# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.8 2007/06/26 22:05:02 tgl Exp $ +# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $ MODULES = int_aggregate DATA_built = int_aggregate.sql DATA = uninstall_int_aggregate.sql -DOCS = README.int_aggregate ifdef USE_PGXS PG_CONFIG = pg_config |
