diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-09-11 17:15:27 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-09-11 17:15:27 +0000 |
| commit | 92e100dd33b1f71eca3f9d60b25cad1cd6793fb2 (patch) | |
| tree | 308e625b28836f6d482d50f6eb092692693c9ea9 /contrib/Makefile | |
| parent | d768cb267b9651faeaed48e77cc398ff0be6a0df (diff) | |
| download | postgresql-92e100dd33b1f71eca3f9d60b25cad1cd6793fb2.tar.gz | |
Here is a patch that removes contrib/array, leaving only the README with
some examples of the new syntax and a reference to the documentation.
Joe Conway.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index c4bc21f69a..74310cf4e3 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,11 +1,10 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.45 2003/07/24 16:54:58 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.46 2003/09/11 17:15:27 momjian Exp $ subdir = contrib top_builddir = .. include $(top_builddir)/src/Makefile.global WANTED_DIRS = \ - array \ btree_gist \ chkpass \ cube \ @@ -44,6 +43,7 @@ WANTED_DIRS = \ vacuumlo # Missing: +# array \ (removed all but the README) # adddepend \ (does not have a makefile) # ipc_check \ (does not have a makefile) # mSQL-interface \ (requires msql installed) |
