Skip to content
Snippets Groups Projects
Commit b62f8569 authored by Teodor Sigaev's avatar Teodor Sigaev
Browse files

Update FreeBSD DocBook installation notices

parent d4c6da15
No related branches found
No related tags found
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.67 2007/01/27 22:44:32 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.68 2007/01/31 15:23:28 teodor Exp $ -->
<appendix id="docguide"> <appendix id="docguide">
<title>Documentation</title> <title>Documentation</title>
...@@ -212,9 +212,10 @@ ...@@ -212,9 +212,10 @@
<listitem> <listitem>
<para><filename>textproc/dsssl-docbook-modular</filename></para> <para><filename>textproc/dsssl-docbook-modular</filename></para>
</listitem> </listitem>
<listitem>
<para><filename>textproc/docbook-420</filename></para>
</listitem>
</itemizedlist> </itemizedlist>
Apparently, there is no port for the DocBook V4.2 SGML DTD
available right now. You will need to install it manually.
</para> </para>
<para> <para>
...@@ -225,10 +226,13 @@ ...@@ -225,10 +226,13 @@
<para> <para>
It's possible that the ports do not update the main catalog file It's possible that the ports do not update the main catalog file
in <filename>/usr/local/share/sgml/catalog</filename>. Be sure to in <filename>/usr/local/share/sgml/catalog.ports</filename> or order
have the following line in there: isn't proper . Be sure to have the following lines in begining of file:
<programlisting> <programlisting>
CATALOG "/usr/local/share/sgml/docbook/4.2/docbook.cat" CATALOG "openjade/catalog"
CATALOG "iso8879/catalog"
CATALOG "docbook/dsssl/modular/catalog"
CATALOG "docbook/4.2/catalog"
</programlisting> </programlisting>
If you do not want to edit the file you can also set the If you do not want to edit the file you can also set the
environment variable <envar>SGML_CATALOG_FILES</envar> to a environment variable <envar>SGML_CATALOG_FILES</envar> to a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment