8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc9356 commit 5f10660Copy full SHA for 5f10660
doc/src/sgml/docguide.sgml
@@ -583,6 +583,15 @@ checking for osx... osx
583
subdirectory <filename>html</filename>.
584
</para>
585
586
+ <para>
587
+ To produce HTML documentation with the stylesheet used on <ulink
588
+ url="http://postgresql.org/docs/current">postgresql.org</> instead of the
589
+ default simple style use:
590
+<screen>
591
+<prompt>doc/src/sgml$ </prompt><userinput>make STYLE=website html</userinput>
592
+</screen>
593
+ </para>
594
+
595
<para>
596
To create a proper index, the build might process several identical
597
stages. If you do not care about the index, and just want to
0 commit comments