diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 6437ad4a57a..24023ed13ca 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.2 1998/03/01 20:44:37 thomas Exp $ +# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.3 1998/05/13 05:33:30 thomas Exp $ # #---------------------------------------------------------------------------- @@ -29,7 +29,8 @@ PSTYLE=/usr/lib/sgml/stylesheets/jade/docbook/print HDSL=$(HSTYLE)/docbook.dsl PDSL=$(PSTYLE)/docbook.dsl -#DBOPTS= -V %no-split-output% -V %no-make-index% +DBOPTS= -D ref +#DBOPTS+= -V %no-split-output% -V %no-make-index% TAR= tar @@ -85,7 +86,7 @@ distclean:: %.html: %.sgml #$(HDSL) (rm -rf *.htm) - jade $(DBOPTS) -D sgml $(HTMLOPTS) -t sgml $< + jade $(DBOPTS) $(HTMLOPTS) -t sgml $< (ln -sf book01.htm index.html) (ln -sf book01.htm $*.html) diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 3e571f33ad8..03b6356134a 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -239,7 +239,7 @@ right, and I can verify the document with "nsgmls -s docguide.sgml".