From 3d96825bb119c2a4abe347e738630cba5a6dd8eb Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Fri, 29 May 1998 13:14:25 +0000 Subject: [PATCH] Define PGDOC to use POSTGRESDIR by default. Can be set to something else in Makefile.custom if necessary. --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 9ce27f035d..7d448875a4 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -8,11 +8,11 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/doc/Makefile,v 1.8 1998/04/27 14:41:50 scrappy Exp $ +# $Header: /cvsroot/pgsql/doc/Makefile,v 1.9 1998/05/29 13:14:25 thomas Exp $ # #---------------------------------------------------------------------------- -PGDOCS= /home/projects/pgsql/ftp/www/html/docs2 +PGDOCS= $(POSTGRESDIR)/doc SRCDIR= ../src TAR= tar