Skip to content

Commit 6d933da

Browse files
committed
doc: Improve man build speed
Turn off man.endnotes.are.numbered parameter, which we don't need, but which increases performance vastly if off. Also turn on man.output.quietly, which also makes things a bit faster, but which is also less useful now as a progress indicator because the build is so fast now.
1 parent d21ddc2 commit 6d933da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/stylesheet-man.xsl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212

1313
<xsl:param name="man.authors.section.enabled">0</xsl:param>
1414
<xsl:param name="man.copyright.section.enabled">0</xsl:param>
15+
<xsl:param name="man.endnotes.are.numbered">0</xsl:param> <!-- for performance -->
1516
<xsl:param name="man.output.base.dir"></xsl:param>
1617
<xsl:param name="man.output.in.separate.dir" select="1"></xsl:param>
17-
<xsl:param name="refentry.meta.get.quietly" select="0"></xsl:param>
18+
<xsl:param name="man.output.quietly" select="1"></xsl:param>
1819
<xsl:param name="man.th.title.max.length">32</xsl:param> <!-- enough room for "CREATE TEXT SEARCH CONFIGURATION" -->
1920
<xsl:param name="man.th.extra3.max.length">40</xsl:param> <!-- enough room for "PostgreSQL X.Ydevel Documentation" -->
21+
<xsl:param name="refentry.meta.get.quietly" select="0"></xsl:param>
2022
<xsl:param name="refentry.xref.manvolnum" select="1"/> <!-- overridden from stylesheet-common.xsl -->
2123

2224
<!-- Fixup for apostrophe groff output. See the following references:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy