postgresql/contrib/tips/Makefile

19 lines
359 B
Makefile
Raw Normal View History

2000-06-15 21:05:22 +02:00
#
# $Header: /cvsroot/pgsql/contrib/tips/Attic/Makefile,v 1.4 2000/07/09 13:13:43 petere Exp $
2000-06-15 21:05:22 +02:00
#
subdir = contrib/tips
top_builddir = ../..
include ../../src/Makefile.global
2000-06-15 21:05:22 +02:00
all:
2000-06-15 21:05:22 +02:00
install: installdirs
$(INSTALL_DATA) README.apachelog $(docdir)/contrib
2000-06-15 21:05:22 +02:00
installdirs:
$(mkinstalldirs) $(docdir)/contrib
2000-06-15 21:05:22 +02:00
uninstall:
rm -f $(docdir)/contrib/README.apachelog