Update to refer to more recent stylesheets in my home directory.
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 12 Sep 2000 05:36:06 +0000 (05:36 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 12 Sep 2000 05:36:06 +0000 (05:36 +0000)
 These stylesheets are pretty old, but the 15x series crashes FreeBSD jade.

doc/src/sgml/Makefile

index 45b18d783411479ce99ef45d0e1ebed81988a4d3..49db14a1514332093958a482fce43e10546342a3 100644 (file)
@@ -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