From 2608ec8169d450a981ef2108005c95ffed3e8c37 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 13 May 1998 05:33:32 +0000 Subject: [PATCH] First changes for reference pages. Fix markup in the docguide. --- doc/src/sgml/Makefile | 7 ++++--- doc/src/sgml/docguide.sgml | 2 +- doc/src/sgml/postgres.sgml | 25 +++++++++++++++++++++++-- 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 6437ad4a57..24023ed13c 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 3e571f33ad..03b6356134 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". Building Documentation -GNU make is used to build documentation from the DocBook sources. +GNU make is used to build documentation from the DocBook sources. There are a few environment definitions which may need to be set or modified for your installation. The Makefile looks for doc/../src/Makefile diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 22a74d95f6..67adad9e21 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -6,11 +6,14 @@ - - --> + @@ -22,6 +25,7 @@ + @@ -29,6 +33,7 @@ + @@ -50,6 +55,12 @@ + + + +%allfiles; + + @@ -198,7 +209,7 @@ Information for extending Postgres. -Reference +Interfaces User and programmer interfaces. @@ -213,6 +224,17 @@ User and programmer interfaces. &jdbc; + +Reference + + +Command syntax. + + + +&commands; + + Developer's Guide @@ -242,4 +264,3 @@ Additional related information. - -- 2.40.0