From: Thomas G. Lockhart Date: Fri, 29 May 1998 13:14:25 +0000 (+0000) Subject: Define PGDOC to use POSTGRESDIR by default. X-Git-Tag: REL6_4_2~955 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d96825bb119c2a4abe347e738630cba5a6dd8eb;p=postgresql Define PGDOC to use POSTGRESDIR by default. Can be set to something else in Makefile.custom if necessary. --- 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