1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Remove SGML makefile .SECONDARY tag so html rules will work properly;

Documentation/comment improvements.
This commit is contained in:
Bruce Momjian
2007-01-11 00:02:39 +00:00
parent c0e977c18f
commit ebdee66d5f
2 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.64 2007/01/09 22:19:36 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.65 2007/01/11 00:02:39 momjian Exp $ -->
<appendix id="docguide">
<title>Documentation</title>
@@ -543,7 +543,7 @@ checking for sgmlspl... sgmlspl
<para>
To create a proper index, the build might process several identical
stages. If you do not care about an index, and just want to
stages. If you do not care about the index, and just want to
proof-read the output, use <literal>draft</>:
<screen>
<prompt>doc/src/sgml$ </prompt><userinput>gmake draft html</userinput>
@@ -552,7 +552,7 @@ checking for sgmlspl... sgmlspl
<para>
To allow for easier handling in the final distribution, the files
comprising the HTML documentation are stored in a tar archive that
comprising the HTML documentation can be stored in a tar archive that
is unpacked at installation time. To create the
<acronym>HTML</acronym> documentation package, use the commands
<programlisting>