1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Unify the zip rules and variables.

This commit is contained in:
Peter Eisentraut
2001-09-17 23:00:27 +00:00
parent a839258db5
commit 27d2890b87
3 changed files with 14 additions and 23 deletions

View File

@ -1,12 +1,10 @@
# Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.20 2001/09/14 20:37:54 petere Exp $
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.21 2001/09/17 23:00:27 petere Exp $
subdir = doc/src
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
TAR= tar
ZIP= gzip
ZIPSUFFIX= gz
TAREXCLUDE= --exclude=Makefile --exclude='*.sgml' --exclude=ref
@ -65,10 +63,3 @@ postgres.tar:
man.tar:
$(MAKE) -C sgml man
$(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)
# Generic production rules
# Compressed file
%.$(ZIPSUFFIX): %
$(ZIP) -f $<