summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-10-29 21:57:17 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-10-29 21:57:17 +0000
commit90412225d2e2c03ed91c707931941784a216760b (patch)
treefacab01120553a1fed6253668d38a3737679c4b8 /GNUmakefile.in
parent77c666fe422b99675ac285fecc0253fc4fe2bb7c (diff)
downloadpostgresql-90412225d2e2c03ed91c707931941784a216760b.tar.gz
Remove some leftovers of split tarball support
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in25
1 files changed, 1 insertions, 24 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index f743f3117a..34a8bd15b7 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $PostgreSQL: pgsql/GNUmakefile.in,v 1.53 2009/08/14 21:37:18 alvherre Exp $
+# $PostgreSQL: pgsql/GNUmakefile.in,v 1.54 2009/10/29 21:57:17 petere Exp $
#
subdir =
@@ -71,34 +71,11 @@ dummy = =install=
garbage = =* "#"* ."#"* *~* *.orig *.rej core postgresql-*
dist: $(distdir).tar.gz
-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
-endif
-dist:
rm -rf $(distdir)
$(distdir).tar: distdir
$(TAR) chf $@ $(distdir)
-opt_files = \
- src/tools src/tutorial \
- $(addprefix src/pl/, plperl plpython tcl)
-
-docs_files = doc/postgres.tar.gz doc/src doc/TODO.detail
-
-postgresql-base-$(VERSION).tar: distdir
- $(TAR) -c $(addprefix --exclude $(distdir)/, $(docs_files) $(opt_files) src/test) \
- -f $@ $(distdir)
-
-postgresql-docs-$(VERSION).tar: distdir
- $(TAR) cf $@ $(addprefix $(distdir)/, $(docs_files))
-
-postgresql-opt-$(VERSION).tar: distdir
- $(TAR) cf $@ $(addprefix $(distdir)/, $(opt_files))
-
-postgresql-test-$(VERSION).tar: distdir
- $(TAR) cf $@ $(distdir)/src/test
-
distdir-location:
@echo $(distdir)