From 24451cd47b497acc5ea212fc811abfb7c778c022 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 21 Nov 2001 23:19:25 +0000 Subject: [PATCH] /doc/src -> /doc for Peter. --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index fa13c117ff..4739bbf83f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.22 2001/11/21 21:16:58 momjian Exp $ +# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.23 2001/11/21 23:19:25 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/src/postgres.tar.gz doc/src doc/TODO.detail +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) \ -- 2.11.0