mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Add instructions for setting up documentation tool chain on Mac OS X
This commit is contained in:
@ -277,6 +277,17 @@ apt-get install docbook docbook-dsssl docbook-xsl openjade1.3 opensp xsltproc
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Mac OS X</title>
|
||||
|
||||
<para>
|
||||
If you use MacPorts, the following will get you set up:
|
||||
<programlisting>
|
||||
sudo port install docbook-dsssl docbook-sgml-4.2 docbook-xml-4.2 docbook-xsl libxslt openjade opensp
|
||||
</programlisting>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Manual Installation from Source</title>
|
||||
|
||||
|
Reference in New Issue
Block a user