diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-16 18:59:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-16 18:59:30 +0000 |
commit | b36d31030be202830cc21e29ec2fd3aaedbc1ea3 (patch) | |
tree | 29382b652cff87707716010c45babf9d333bce98 /contrib/pg_dumplo | |
parent | 648029ec2ee6a09d3354a36d466ee00836bd5e74 (diff) | |
download | postgresql-b36d31030be202830cc21e29ec2fd3aaedbc1ea3.tar.gz |
Cleanup README Makefile installs.
Diffstat (limited to 'contrib/pg_dumplo')
-rw-r--r-- | contrib/pg_dumplo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/pg_dumplo/Makefile b/contrib/pg_dumplo/Makefile index 0432e7308b..a038d2925a 100644 --- a/contrib/pg_dumplo/Makefile +++ b/contrib/pg_dumplo/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/Makefile,v 1.2 2000/06/15 18:55:10 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/Makefile,v 1.3 2000/06/16 18:59:02 momjian Exp $ # TOPDIR=../.. @@ -10,7 +10,7 @@ NAME = pg_dumplo PROGRAM = $(NAME) OBJS = main.o lo_export.o lo_import.o utils.o -DOCS = $(NAME).doc +DOCS = README SQLS = BINS = $(PROGRAM) EXAMPLES= @@ -29,7 +29,7 @@ install: install_doc install_bin 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_bin: @@ -47,4 +47,4 @@ ifeq (depend,$(wildcard depend)) include depend endif -
\ No newline at end of file + |