mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Cleanup README Makefile installs.
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
#
|
||||
# $Header: /cvsroot/pgsql/contrib/tips/Attic/Makefile,v 1.1 2000/06/15 19:05:17 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/contrib/tips/Attic/Makefile,v 1.2 2000/06/16 18:59:25 momjian Exp $
|
||||
#
|
||||
|
||||
TOPDIR=../..
|
||||
|
||||
include ../Makefile.global
|
||||
|
||||
NAME =
|
||||
NAME = apachelog
|
||||
|
||||
PROGRAM =
|
||||
OBJS =
|
||||
DOCS = apachelog.doc
|
||||
DOCS = README
|
||||
SQLS =
|
||||
BINS =
|
||||
EXAMPLES=
|
||||
@ -22,7 +22,7 @@ install: install_doc
|
||||
|
||||
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
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user