Commit 5f106607 authored by Robert Haas's avatar Robert Haas

Document how to build the docs using the website style.

Craig Ringer
parent 3bc9356d
...@@ -583,6 +583,15 @@ checking for osx... osx ...@@ -583,6 +583,15 @@ checking for osx... osx
subdirectory <filename>html</filename>. subdirectory <filename>html</filename>.
</para> </para>
<para>
To produce HTML documentation with the stylesheet used on <ulink
url="http://postgresql.org/docs/current">postgresql.org</> instead of the
default simple style use:
<screen>
<prompt>doc/src/sgml$ </prompt><userinput>make STYLE=website html</userinput>
</screen>
</para>
<para> <para>
To create a proper index, the build might process several identical To create a proper index, the build might process several identical
stages. If you do not care about the index, and just want to stages. If you do not care about the index, and just want to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment