Update to refer to more recent stylesheets in my home directory.

These stylesheets are pretty old, but the 15x series crashes FreeBSD jade.
This commit is contained in:
Thomas G. Lockhart 2000-09-12 05:36:06 +00:00
parent 1cd042d353
commit e7ac7dc689
1 changed files with 3 additions and 3 deletions

View File

@ -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