Skip to content

Commit e7ac7dc

Browse files
author
Thomas G. Lockhart
committed
Update to refer to more recent stylesheets in my home directory.
These stylesheets are pretty old, but the 15x series crashes FreeBSD jade.
1 parent 1cd042d commit e7ac7dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.19 2000/08/31 16:09:20 petere Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.20 2000/09/12 05:36:06 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -28,8 +28,8 @@ top_builddir = ../../..
2828
#PSTYLE=/usr/lib/sgml/stylesheets/nwalsh-modular/print
2929
# This is where the production stylesheets appear on postgresql.org
3030

31-
HSTYLE= /home/users/t/thomas/db118.d/docbook/html
32-
PSTYLE= /home/users/t/thomas/db118.d/docbook/print
31+
HSTYLE= /home/projects/pgsql/developers/thomas/db143.d/docbook/html
32+
PSTYLE= /home/projects/pgsql/developers/thomas/db143.d/docbook/print
3333

3434
HDSL=$(HSTYLE)/docbook.dsl
3535
PDSL=$(PSTYLE)/docbook.dsl

0 commit comments

Comments
 (0)