mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
GZIP vs ZIP variable naming messed up
This commit is contained in:
@ -1,12 +1,12 @@
|
|||||||
# 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
|
||||||
|
Reference in New Issue
Block a user