summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-21 15:08:32 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-21 15:08:32 +0000
commit5a6dfdcaea512799ea04726b1f4f90bb2fed120c (patch)
treeeefc5218eed8b317b2d0d66c5537630984449849 /GNUmakefile.in
parent6c402eafc863f8358651a94c4951112b57c9ed01 (diff)
downloadpostgresql-5a6dfdcaea512799ea04726b1f4f90bb2fed120c.tar.gz
Point to doc/src/postgres.tar.gz, which is where the tarball will be
built, not /doc.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 97e96608d4..cbfc6c22f5 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.20 2001/11/21 05:41:15 momjian Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.21 2001/11/21 15:08:32 momjian Exp $
#
subdir =
@@ -71,7 +71,7 @@ opt_files := src/backend/utils/mb contrib/retep/build.xml \
$(addprefix src/interfaces/, odbc libpq++ libpgtcl perl5 python jdbc) \
$(addprefix src/pl/, plperl tcl)
-docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail doc/internals.ps
+docs_files := doc/src/postgres.tar.gz doc/src doc/TODO.detail doc/internals.ps
postgresql-base-$(VERSION).tar: distdir
$(TAR) -c $(addprefix --exclude $(distdir)/, $(docs_files) $(opt_files) src/test) \