1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

SGML doc build instructions --- no more DTDDECL, fix double dash in path name.

This commit is contained in:
Bruce Momjian
2003-12-13 20:09:15 +00:00
parent 306a779671
commit 62f92ff32d

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.48 2003/11/29 19:51:36 pgsql Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.49 2003/12/13 20:09:15 momjian Exp $ -->
<appendix id="docguide"> <appendix id="docguide">
<title>Documentation</title> <title>Documentation</title>
@ -373,16 +373,6 @@ CATALOG "docbook-4.2/docbook.cat"
</para> </para>
</step> </step>
<step>
<para>
Optionally, you can edit the file
<filename>docbook.cat</filename> and comment out or remove the
line containing <literal>DTDDECL</literal>. If you do not then
you will get warnings from <application>jade</application>, but
there is no further harm.
</para>
</step>
<step> <step>
<para> <para>
Download the <ulink Download the <ulink
@ -429,7 +419,7 @@ perl -pi -e 's/iso-(.*).gml/ISO\1/g' docbook.cat
<filename>/usr/local/share/sgml/catalog</filename> can also be <filename>/usr/local/share/sgml/catalog</filename> can also be
made: made:
<programlisting> <programlisting>
CATALOG "docbook-dsssl--1.<replaceable>xx</>/catalog CATALOG "docbook-dsssl-1.<replaceable>xx</>/catalog
</programlisting> </programlisting>
Because stylesheets change rather often, and it's sometimes Because stylesheets change rather often, and it's sometimes
beneficial to try out alternative versions, beneficial to try out alternative versions,