Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2608ec8

Browse files
author
Thomas G. Lockhart
committed
First changes for reference pages. Fix markup in the docguide.
1 parent ef0747f commit 2608ec8

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

doc/src/sgml/Makefile

+4-3
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.2 1998/03/01 20:44:37 thomas Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.3 1998/05/13 05:33:30 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -29,7 +29,8 @@ PSTYLE=/usr/lib/sgml/stylesheets/jade/docbook/print
2929
HDSL=$(HSTYLE)/docbook.dsl
3030
PDSL=$(PSTYLE)/docbook.dsl
3131

32-
#DBOPTS= -V %no-split-output% -V %no-make-index%
32+
DBOPTS= -D ref
33+
#DBOPTS+= -V %no-split-output% -V %no-make-index%
3334

3435
TAR= tar
3536

@@ -85,7 +86,7 @@ distclean::
8586

8687
%.html: %.sgml #$(HDSL)
8788
(rm -rf *.htm)
88-
jade $(DBOPTS) -D sgml $(HTMLOPTS) -t sgml $<
89+
jade $(DBOPTS) $(HTMLOPTS) -t sgml $<
8990
(ln -sf book01.htm index.html)
9091
(ln -sf book01.htm $*.html)
9192

doc/src/sgml/docguide.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ right, and I can verify the document with "nsgmls -s docguide.sgml".
239239
<title>Building Documentation</title>
240240

241241
<para>
242-
GNU <application>make</application> is used to build documentation from the DocBook sources.
242+
GNU <programname>make</programname> is used to build documentation from the DocBook sources.
243243
There are a few environment definitions which may need to be set or modified for your installation.
244244
The <filename>Makefile</filename> looks for
245245
<filename>doc/../src/Makefile</filename>

doc/src/sgml/postgres.sgml

+23-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
-
77
- -->
88
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
9+
10+
<!-- tutorial -->
911
<!entity intro SYSTEM "intro.sgml">
1012
<!entity arch SYSTEM "arch.sgml">
1113
<!entity start SYSTEM "start.sgml">
1214
<!entity query SYSTEM "query.sgml">
1315

16+
<!-- user's guide -->
1417
<!entity advanced SYSTEM "advanced.sgml">
1518
<!entity environ SYSTEM "environ.sgml">
1619
<!entity manage SYSTEM "manage.sgml">
@@ -22,13 +25,15 @@
2225
<!entity psql SYSTEM "psql.sgml">
2326
<!entity pgaccess SYSTEM "pgaccess.sgml">
2427

28+
<!-- administrator's guide -->
2529
<!entity start-ag SYSTEM "start-ag.sgml">
2630
<!entity install SYSTEM "install.sgml">
2731
<!entity recovery SYSTEM "recovery.sgml">
2832
<!entity regress SYSTEM "regress.sgml">
2933
<!entity ports SYSTEM "ports.sgml">
3034
<!entity release SYSTEM "release.sgml">
3135

36+
<!-- programmer's guide -->
3237
<!entity intro-pg SYSTEM "intro-pg.sgml">
3338
<!entity arch-pg SYSTEM "arch-pg.sgml">
3439
<!entity extend SYSTEM "extend.sgml">
@@ -50,6 +55,12 @@
5055
<!entity odbc SYSTEM "odbc.sgml">
5156
<!entity jdbc SYSTEM "jdbc.sgml">
5257

58+
<!-- reference pages -->
59+
<!entity intro-ref SYSTEM "intro-ref.sgml">
60+
<!entity % allfiles SYSTEM "allfiles.sgml">
61+
%allfiles;
62+
63+
<!-- developer's guide -->
5364
<!entity arch-dev SYSTEM "arch-dev.sgml">
5465
<!entity geqo SYSTEM "geqo.sgml">
5566
<!entity protocol SYSTEM "protocol.sgml">
@@ -198,7 +209,7 @@ Information for extending <ProductName>Postgres</ProductName>.
198209
</Part>
199210

200211
<Part>
201-
<Title>Reference</Title>
212+
<Title>Interfaces</Title>
202213
<PartIntro>
203214
<Para>
204215
User and programmer interfaces.
@@ -213,6 +224,17 @@ User and programmer interfaces.
213224
&jdbc;
214225
</Part>
215226

227+
<Part>
228+
<Title>Reference</Title>
229+
<PartIntro>
230+
<Para>
231+
Command syntax.
232+
</Para>
233+
</PartIntro>
234+
<!-- &intro-ref; -->
235+
&commands;
236+
</Part>
237+
216238
<Part>
217239
<Title>Developer's Guide</Title>
218240
<PartIntro>
@@ -242,4 +264,3 @@ Additional related information.
242264
<INDEX> </INDEX>
243265

244266
</Book>
245-

0 commit comments

Comments
 (0)