Commit 2608ec81 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

First changes for reference pages. Fix markup in the docguide.

parent ef0747fe
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # 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 ...@@ -29,7 +29,8 @@ PSTYLE=/usr/lib/sgml/stylesheets/jade/docbook/print
HDSL=$(HSTYLE)/docbook.dsl HDSL=$(HSTYLE)/docbook.dsl
PDSL=$(PSTYLE)/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 TAR= tar
...@@ -85,7 +86,7 @@ distclean:: ...@@ -85,7 +86,7 @@ distclean::
%.html: %.sgml #$(HDSL) %.html: %.sgml #$(HDSL)
(rm -rf *.htm) (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 index.html)
(ln -sf book01.htm $*.html) (ln -sf book01.htm $*.html)
......
...@@ -239,7 +239,7 @@ right, and I can verify the document with "nsgmls -s docguide.sgml". ...@@ -239,7 +239,7 @@ right, and I can verify the document with "nsgmls -s docguide.sgml".
<title>Building Documentation</title> <title>Building Documentation</title>
<para> <para>
GNU <application>make</application> is used to build documentation from the DocBook sources. GNU <programname>make</programname> 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. There are a few environment definitions which may need to be set or modified for your installation.
The <filename>Makefile</filename> looks for The <filename>Makefile</filename> looks for
<filename>doc/../src/Makefile</filename> <filename>doc/../src/Makefile</filename>
......
...@@ -6,11 +6,14 @@ ...@@ -6,11 +6,14 @@
- -
- --> - -->
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!-- tutorial -->
<!entity intro SYSTEM "intro.sgml"> <!entity intro SYSTEM "intro.sgml">
<!entity arch SYSTEM "arch.sgml"> <!entity arch SYSTEM "arch.sgml">
<!entity start SYSTEM "start.sgml"> <!entity start SYSTEM "start.sgml">
<!entity query SYSTEM "query.sgml"> <!entity query SYSTEM "query.sgml">
<!-- user's guide -->
<!entity advanced SYSTEM "advanced.sgml"> <!entity advanced SYSTEM "advanced.sgml">
<!entity environ SYSTEM "environ.sgml"> <!entity environ SYSTEM "environ.sgml">
<!entity manage SYSTEM "manage.sgml"> <!entity manage SYSTEM "manage.sgml">
...@@ -22,6 +25,7 @@ ...@@ -22,6 +25,7 @@
<!entity psql SYSTEM "psql.sgml"> <!entity psql SYSTEM "psql.sgml">
<!entity pgaccess SYSTEM "pgaccess.sgml"> <!entity pgaccess SYSTEM "pgaccess.sgml">
<!-- administrator's guide -->
<!entity start-ag SYSTEM "start-ag.sgml"> <!entity start-ag SYSTEM "start-ag.sgml">
<!entity install SYSTEM "install.sgml"> <!entity install SYSTEM "install.sgml">
<!entity recovery SYSTEM "recovery.sgml"> <!entity recovery SYSTEM "recovery.sgml">
...@@ -29,6 +33,7 @@ ...@@ -29,6 +33,7 @@
<!entity ports SYSTEM "ports.sgml"> <!entity ports SYSTEM "ports.sgml">
<!entity release SYSTEM "release.sgml"> <!entity release SYSTEM "release.sgml">
<!-- programmer's guide -->
<!entity intro-pg SYSTEM "intro-pg.sgml"> <!entity intro-pg SYSTEM "intro-pg.sgml">
<!entity arch-pg SYSTEM "arch-pg.sgml"> <!entity arch-pg SYSTEM "arch-pg.sgml">
<!entity extend SYSTEM "extend.sgml"> <!entity extend SYSTEM "extend.sgml">
...@@ -50,6 +55,12 @@ ...@@ -50,6 +55,12 @@
<!entity odbc SYSTEM "odbc.sgml"> <!entity odbc SYSTEM "odbc.sgml">
<!entity jdbc SYSTEM "jdbc.sgml"> <!entity jdbc SYSTEM "jdbc.sgml">
<!-- reference pages -->
<!entity intro-ref SYSTEM "intro-ref.sgml">
<!entity % allfiles SYSTEM "allfiles.sgml">
%allfiles;
<!-- developer's guide -->
<!entity arch-dev SYSTEM "arch-dev.sgml"> <!entity arch-dev SYSTEM "arch-dev.sgml">
<!entity geqo SYSTEM "geqo.sgml"> <!entity geqo SYSTEM "geqo.sgml">
<!entity protocol SYSTEM "protocol.sgml"> <!entity protocol SYSTEM "protocol.sgml">
...@@ -198,7 +209,7 @@ Information for extending <ProductName>Postgres</ProductName>. ...@@ -198,7 +209,7 @@ Information for extending <ProductName>Postgres</ProductName>.
</Part> </Part>
<Part> <Part>
<Title>Reference</Title> <Title>Interfaces</Title>
<PartIntro> <PartIntro>
<Para> <Para>
User and programmer interfaces. User and programmer interfaces.
...@@ -213,6 +224,17 @@ User and programmer interfaces. ...@@ -213,6 +224,17 @@ User and programmer interfaces.
&jdbc; &jdbc;
</Part> </Part>
<Part>
<Title>Reference</Title>
<PartIntro>
<Para>
Command syntax.
</Para>
</PartIntro>
<!-- &intro-ref; -->
&commands;
</Part>
<Part> <Part>
<Title>Developer's Guide</Title> <Title>Developer's Guide</Title>
<PartIntro> <PartIntro>
...@@ -242,4 +264,3 @@ Additional related information. ...@@ -242,4 +264,3 @@ Additional related information.
<INDEX> </INDEX> <INDEX> </INDEX>
</Book> </Book>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment