postgresql/contrib/tips/Makefile

32 lines
452 B
Makefile
Raw Normal View History

2000-06-15 21:05:22 +02:00
#
2000-06-19 15:54:50 +02:00
# $Header: /cvsroot/pgsql/contrib/tips/Attic/Makefile,v 1.3 2000/06/19 13:54:31 momjian Exp $
2000-06-15 21:05:22 +02:00
#
TOPDIR=../..
include ../Makefile.global
2000-06-19 15:54:50 +02:00
NAME =
2000-06-15 21:05:22 +02:00
PROGRAM =
OBJS =
2000-06-19 15:54:50 +02:00
DOCS = README.apachelog
2000-06-15 21:05:22 +02:00
SQLS =
BINS =
EXAMPLES=
MODS =
all::
install: install_doc
install_doc:
2000-06-19 15:54:50 +02:00
$(TOPDIR)/config/mkinstalldirs $(CONTRIB_DOCDIR)/tips
2000-06-15 21:05:22 +02:00
for inst_file in $(DOCS); do \
2000-06-19 15:54:50 +02:00
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/tips; \
2000-06-15 21:05:22 +02:00
done
clean:
$(RM) *~