|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.67 2007/01/27 22:44:32 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.68 2007/01/31 15:23:28 teodor Exp $ --> |
2 | 2 |
|
3 | 3 | <appendix id="docguide">
|
4 | 4 | <title>Documentation</title>
|
|
212 | 212 | <listitem>
|
213 | 213 | <para><filename>textproc/dsssl-docbook-modular</filename></para>
|
214 | 214 | </listitem>
|
| 215 | + <listitem> |
| 216 | + <para><filename>textproc/docbook-420</filename></para> |
| 217 | + </listitem> |
215 | 218 | </itemizedlist>
|
216 |
| - Apparently, there is no port for the DocBook V4.2 SGML DTD |
217 |
| - available right now. You will need to install it manually. |
218 | 219 | </para>
|
219 | 220 |
|
220 | 221 | <para>
|
|
225 | 226 |
|
226 | 227 | <para>
|
227 | 228 | It's possible that the ports do not update the main catalog file
|
228 |
| - in <filename>/usr/local/share/sgml/catalog</filename>. Be sure to |
229 |
| -have the followingline inthere: |
| 229 | + in <filename>/usr/local/share/sgml/catalog.ports</filename> or order |
| 230 | +isn't proper . Be sure tohave the followinglines inbegining of file: |
230 | 231 | <programlisting>
|
231 |
| -CATALOG "/usr/local/share/sgml/docbook/4.2/docbook.cat" |
| 232 | +CATALOG "openjade/catalog" |
| 233 | +CATALOG "iso8879/catalog" |
| 234 | +CATALOG "docbook/dsssl/modular/catalog" |
| 235 | +CATALOG "docbook/4.2/catalog" |
232 | 236 | </programlisting>
|
233 | 237 | If you do not want to edit the file you can also set the
|
234 | 238 | environment variable <envar>SGML_CATALOG_FILES</envar> to a
|
|