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/pgrowlocks | |
| parent | c3c69ab4fd25a20749b850d34cbc8ce3f1812e3b (diff) | |
Remove references to READMEs from /contrib Makefiles.
Diffstat (limited to 'contrib/pgrowlocks')
| -rw-r--r-- | contrib/pgrowlocks/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/pgrowlocks/Makefile b/contrib/pgrowlocks/Makefile index 92b4a4f852..0da34b2f0a 100644 --- a/contrib/pgrowlocks/Makefile +++ b/contrib/pgrowlocks/Makefile @@ -2,13 +2,12 @@ # # pgrowlocks Makefile # -# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.4 2007/06/26 22:05:03 tgl Exp $ +# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.5 2007/11/10 23:59:51 momjian Exp $ # #------------------------------------------------------------------------- MODULE_big = pgrowlocks OBJS = pgrowlocks.o -DOCS = README.pgrowlocks README.pgrowlocks.euc_jp DATA_built = pgrowlocks.sql DATA = uninstall_pgrowlocks.sql |
