diff options
| author | Bruce Momjian | 2000-06-15 19:05:22 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-06-15 19:05:22 +0000 |
| commit | 5683e704d09caaa29f7a76f0d93ca8fc5f8c0e75 (patch) | |
| tree | 3ae68795e6580e8ca4e464d8416cfc42d1b1bc49 /contrib/tips | |
| parent | f7f177d372750e4f766ccefdf20e1b30d66cba0a (diff) | |
Add missing /contrib files to CVS.
Diffstat (limited to 'contrib/tips')
| -rw-r--r-- | contrib/tips/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/contrib/tips/Makefile b/contrib/tips/Makefile new file mode 100644 index 0000000000..4ad5db146d --- /dev/null +++ b/contrib/tips/Makefile @@ -0,0 +1,30 @@ +# +# $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) *~ + |
