postgresql/contrib/tips/Makefile

31 lines
389 B
Makefile
Raw Normal View History

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