diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-09-25 13:41:25 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-09-25 13:41:25 +0000 |
commit | dcff8232c192bd30baa01dda234be8162dd518e0 (patch) | |
tree | 8e5c6d1861c161dcf217fe0f293f3d4d5c67a2c8 | |
parent | 4327a3675f13d0842fda2dfc24480f01afbe971f (diff) | |
download | postgresql-dcff8232c192bd30baa01dda234be8162dd518e0.tar.gz postgresql-dcff8232c192bd30baa01dda234be8162dd518e0.zip |
Include the graphics directory in build lookup path.
-rw-r--r-- | doc/src/sgml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 3dab7d5cf7d..99bc4dab1dd 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.4 1998/07/29 06:29:04 thomas Exp $ +# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.5 1998/09/25 13:41:25 thomas Exp $ # #---------------------------------------------------------------------------- @@ -31,7 +31,7 @@ PDSL=$(PSTYLE)/docbook.dsl # Options for DocBook style sheets -DBOPTS= -D ref +DBOPTS= -D ref -D ../graphics #DBOPTS+= -V %no-split-output% -V %no-make-index% # use-id-as-filename picks up the "Id=" fields to use as file names. # If this is omitted then file names are generic "c01.htm" |