diff options
| author | Bruce Momjian | 2000-06-16 18:59:30 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-06-16 18:59:30 +0000 |
| commit | b36d31030be202830cc21e29ec2fd3aaedbc1ea3 (patch) | |
| tree | 29382b652cff87707716010c45babf9d333bce98 /contrib/spi | |
| parent | 648029ec2ee6a09d3354a36d466ee00836bd5e74 (diff) | |
Cleanup README Makefile installs.
Diffstat (limited to 'contrib/spi')
| -rw-r--r-- | contrib/spi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/spi/Makefile b/contrib/spi/Makefile index efc99a5df91..1922d4be684 100644 --- a/contrib/spi/Makefile +++ b/contrib/spi/Makefile @@ -1,16 +1,16 @@ # -# $Header: /cvsroot/pgsql/contrib/spi/Makefile,v 1.13 2000/06/15 18:55:17 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/spi/Makefile,v 1.14 2000/06/16 18:59:17 momjian Exp $ # TOPDIR=../.. include ../Makefile.global -NAME = +NAME = spi PROGRAM = OBJS = autoinc.o insert_username.o moddatetime.o refint.o timetravel.o -DOCS = spi.doc +DOCS = README SQLS = $(OBJS:.o=.sql) BINS = EXAMPLES= $(OBJS:.o=.example) @@ -33,7 +33,7 @@ install: install_doc install_sql install_mod install_example 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: |
