File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# PostgreSQL top level makefile
3
3
#
4
- # $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.32 2003/08/05 04:18:51 pgsql Exp $
4
+ # $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.33 2003/08/05 04:40:29 pgsql Exp $
5
5
#
6
6
7
7
subdir =
@@ -59,9 +59,9 @@ distdir := postgresql-$(VERSION)
59
59
dummy := =install=
60
60
garbage := =* "#"* ."#"* *~* *.orig *.rej core postgresql-*
61
61
62
- dist: $(distdir).tar.gz
62
+ dist: $(distdir).tar.gz $(distdir).tar.bz2
63
63
ifeq ($(split-dist), yes)
64
- dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz
64
+ 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
65
65
endif
66
66
dist:
67
67
-rm -rf $(distdir)
You can’t perform that action at this time.
0 commit comments