From: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: Tue, 12 Sep 2000 05:36:06 +0000 (+0000)
Subject: Update to refer to more recent stylesheets in my home directory.
X-Git-Tag: REL7_1_BETA~687
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7ac7dc689580209a8eb3f68b74bfc76186d66b8;p=postgresql

Update to refer to more recent stylesheets in my home directory.
 These stylesheets are pretty old, but the 15x series crashes FreeBSD jade.
---

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