mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
Cleanup README Makefile installs.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.3 2000/06/15 18:54:51 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.4 2000/06/16 18:58:32 momjian Exp $
|
||||
#
|
||||
|
||||
TOPDIR=../..
|
||||
@@ -10,7 +10,7 @@ NAME = fti
|
||||
|
||||
PROGRAM =
|
||||
OBJS = $(NAME).o
|
||||
DOCS = $(NAME).doc
|
||||
DOCS = README
|
||||
SQLS = $(NAME).sql
|
||||
BINS = fti.pl
|
||||
EXAMPLES=
|
||||
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod 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_sql:
|
||||
|
Reference in New Issue
Block a user