From e7ac7dc689580209a8eb3f68b74bfc76186d66b8 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Tue, 12 Sep 2000 05:36:06 +0000 Subject: [PATCH] Update to refer to more recent stylesheets in my home directory. These stylesheets are pretty old, but the 15x series crashes FreeBSD jade. --- doc/src/sgml/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index d61691f277..88016aa897 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.19 2000/08/31 16:09:20 petere Exp $ +# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.20 2000/09/12 05:36:06 thomas Exp $ # #---------------------------------------------------------------------------- @@ -28,8 +28,8 @@ top_builddir = ../../.. #PSTYLE=/usr/lib/sgml/stylesheets/nwalsh-modular/print # This is where the production stylesheets appear on postgresql.org -HSTYLE= /home/users/t/thomas/db118.d/docbook/html -PSTYLE= /home/users/t/thomas/db118.d/docbook/print +HSTYLE= /home/projects/pgsql/developers/thomas/db143.d/docbook/html +PSTYLE= /home/projects/pgsql/developers/thomas/db143.d/docbook/print HDSL=$(HSTYLE)/docbook.dsl PDSL=$(PSTYLE)/docbook.dsl