Commit d7f1e110 authored by Peter Eisentraut's avatar Peter Eisentraut

GZIP vs ZIP variable naming messed up

parent c59077dd
# Postgres documentation makefile # Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.11 2000/08/31 16:09:16 petere Exp $ # $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.12 2000/09/05 18:45:38 petere Exp $
subdir = doc/src subdir = doc/src
top_builddir = ../.. top_builddir = ../..
-include $(top_builddir)/src/Makefile.global -include $(top_builddir)/src/Makefile.global
TAR= tar TAR= tar
ZIP= gzip GZIP= gzip
TAREXCLUDE= --exclude=Makefile --exclude='*.sgml' --exclude=ref TAREXCLUDE= --exclude=Makefile --exclude='*.sgml' --exclude=ref
SRC= admin postgres programmer tutorial user SRC= admin postgres programmer tutorial user
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment