]> granicus.if.org Git - postgresql/commitdiff
seeing if building bz2 distributions actually works ...
authorPostgreSQL Daemon <webmaster@postgresql.org>
Tue, 5 Aug 2003 04:40:29 +0000 (04:40 +0000)
committerPostgreSQL Daemon <webmaster@postgresql.org>
Tue, 5 Aug 2003 04:40:29 +0000 (04:40 +0000)
GNUmakefile.in

index 7cc2526c96b699a1e518906be28a478933e44fd0..f582fb2c68c36745d7e2ebe0b4bc1e916a057087 100644 (file)
@@ -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)