From: PostgreSQL Daemon Date: Tue, 5 Aug 2003 04:40:29 +0000 (+0000) Subject: seeing if building bz2 distributions actually works ... X-Git-Tag: REL7_4_BETA1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1544c8215a72aaf266145422351d4cf8f5b9ad75;p=postgresql seeing if building bz2 distributions actually works ... --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 7cc2526c96..f582fb2c68 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.32 2003/08/05 04:18:51 pgsql Exp $ +# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.33 2003/08/05 04:40:29 pgsql Exp $ # subdir = @@ -59,9 +59,9 @@ distdir := postgresql-$(VERSION) dummy := =install= garbage := =* "#"* ."#"* *~* *.orig *.rej core postgresql-* -dist: $(distdir).tar.gz +dist: $(distdir).tar.gz $(distdir).tar.bz2 ifeq ($(split-dist), yes) -dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz +dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz postgresql-base-$(VERSION).tar.bz2 postgresql-docs-$(VERSION).tar.bz2 postgresql-opt-$(VERSION).tar.bz2 postgresql-test-$(VERSION).tar.bz2 endif dist: -rm -rf $(distdir)