8000 doc: Improve man build speed · bytian/postgres@6d933da · GitHub
[go: up one dir, main page]

Skip to content

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)
0