You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/tips/Makefile

18 lines
359 B

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