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/tablefunc | |
| parent | c3c69ab4fd25a20749b850d34cbc8ce3f1812e3b (diff) | |
Remove references to READMEs from /contrib Makefiles.
Diffstat (limited to 'contrib/tablefunc')
| -rw-r--r-- | contrib/tablefunc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile index 187f51ab2a..94aa740d18 100644 --- a/contrib/tablefunc/Makefile +++ b/contrib/tablefunc/Makefile @@ -1,9 +1,8 @@ -# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.8 2007/06/26 22:05:03 tgl Exp $ +# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $ MODULES = tablefunc DATA_built = tablefunc.sql DATA = uninstall_tablefunc.sql -DOCS = README.tablefunc REGRESS = tablefunc SHLIB_LINK += $(filter -lm, $(LIBS)) |
