From b36d31030be202830cc21e29ec2fd3aaedbc1ea3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jun 2000 18:59:30 +0000 Subject: Cleanup README Makefile installs. --- contrib/array/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/array') diff --git a/contrib/array/Makefile b/contrib/array/Makefile index 04d785da72d..199ed1d1311 100644 --- a/contrib/array/Makefile +++ b/contrib/array/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/array/Attic/Makefile,v 1.8 2000/06/15 18:54:31 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/array/Attic/Makefile,v 1.9 2000/06/16 18:58:25 momjian Exp $ # TOPDIR=../.. @@ -10,7 +10,7 @@ NAME = array_iterator PROGRAM = OBJS = $(NAME).o -DOCS = $(NAME).doc +DOCS = README SQLS = $(NAME).sql BINS = EXAMPLES= @@ -29,7 +29,7 @@ install: install_doc install_sql install_mod install_doc: for inst_file in $(DOCS); do \ - $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \ + $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file (CONTRIB_DOCDIR)/$(DOCS).$(NAME) ; \ done install_sql: -- cgit v1.2.3