summaryrefslogtreecommitdiff
path: root/contrib/lo
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/lo
parent648029ec2ee6a09d3354a36d466ee00836bd5e74 (diff)
downloadpostgresql-b36d31030be202830cc21e29ec2fd3aaedbc1ea3.tar.gz
Cleanup README Makefile installs.
Diffstat (limited to 'contrib/lo')
-rw-r--r--contrib/lo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/lo/Makefile b/contrib/lo/Makefile
index ed6f9c92b3..08bff07b84 100644
--- a/contrib/lo/Makefile
+++ b/contrib/lo/Makefile
@@ -1,5 +1,5 @@
#
-# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.3 2000/06/15 18:54:56 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.4 2000/06/16 18:58:49 momjian Exp $
#
TOPDIR=../..
@@ -10,7 +10,7 @@ NAME = lo
PROGRAM =
OBJS = $(NAME).o
-DOCS = $(NAME).doc
+DOCS = README
SQLS = $(NAME).sql
BINS =
EXAMPLES=
@@ -35,7 +35,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: