summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-09-06 21:57:11 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-09-06 21:57:11 +0000
commit172f9a49e0549bbbd4d55b2deceff9a3d3e8192f (patch)
treebd17221292b22c7b50fb01dcd8674251a5864999 /GNUmakefile.in
parentf37c1c486a383a3d266598463e13958359dbcce9 (diff)
downloadpostgresql-172f9a49e0549bbbd4d55b2deceff9a3d3e8192f.tar.gz
Adjust the tarball splitting scheme to the new reality.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 77b8691008..86d5c0984d 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.28 2002/09/05 02:05:30 scrappy Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.29 2002/09/06 21:57:11 petere Exp $
#
subdir =
@@ -69,11 +69,11 @@ dist:
$(distdir).tar: distdir
$(TAR) chf $@ $(distdir)
-opt_files := src/backend/utils/mb contrib/retep/build.xml \
+opt_files := contrib/retep \
src/tools src/corba src/data src/tutorial \
- $(addprefix src/bin/, pgtclsh pg_encoding) \
+ src/bin/pgtclsh \
$(addprefix src/interfaces/, libpgtcl python jdbc) \
- $(addprefix src/pl/, plperl tcl)
+ $(addprefix src/pl/, plperl plpython tcl)
docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail