aboutsummaryrefslogtreecommitdiff
path: root/contrib/string
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-16 18:59:30 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-16 18:59:30 +0000
commitb36d31030be202830cc21e29ec2fd3aaedbc1ea3 (patch)
tree29382b652cff87707716010c45babf9d333bce98 /contrib/string
parent648029ec2ee6a09d3354a36d466ee00836bd5e74 (diff)
downloadpostgresql-b36d31030be202830cc21e29ec2fd3aaedbc1ea3.tar.gz
postgresql-b36d31030be202830cc21e29ec2fd3aaedbc1ea3.zip
Cleanup README Makefile installs.
Diffstat (limited to 'contrib/string')
-rw-r--r--contrib/string/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/string/Makefile b/contrib/string/Makefile
index 39254cf52bf..9c727b638a6 100644
--- a/contrib/string/Makefile
+++ b/contrib/string/Makefile
@@ -1,5 +1,5 @@
#
-# $Header: /cvsroot/pgsql/contrib/string/Attic/Makefile,v 1.8 2000/06/15 18:55:21 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/string/Attic/Makefile,v 1.9 2000/06/16 18:59:21 momjian Exp $
#
TOPDIR=../..
@@ -10,7 +10,7 @@ NAME = string_io
PROGRAM =
OBJS = $(NAME).o
-DOCS = $(NAME).doc
+DOCS = README
SQLS = $(NAME).sql
BINS =
EXAMPLES=
@@ -30,7 +30,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: