Skip to content
Snippets Groups Projects
Commit d7f1e110 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

GZIP vs ZIP variable naming messed up

parent c59077dd
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment