Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d933da

Browse files
committed
doc: Improve man build speed
Turn off man.endnotes.are.numbered parameter, which we don't need, butwhich increases performance vastly if off. Also turn onman.output.quietly, which also makes things a bit faster, but which isalso less useful now as a progress indicator because the build is sofast now.
1 parentd21ddc2 commit6d933da

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:paramname="man.authors.section.enabled">0</xsl:param>
1414
<xsl:paramname="man.copyright.section.enabled">0</xsl:param>
15+
<xsl:paramname="man.endnotes.are.numbered">0</xsl:param><!-- for performance-->
1516
<xsl:paramname="man.output.base.dir"></xsl:param>
1617
<xsl:paramname="man.output.in.separate.dir"select="1"></xsl:param>
17-
<xsl:paramname="refentry.meta.get.quietly"select="0"></xsl:param>
18+
<xsl:paramname="man.output.quietly"select="1"></xsl:param>
1819
<xsl:paramname="man.th.title.max.length">32</xsl:param><!-- enough room for "CREATE TEXT SEARCH CONFIGURATION"-->
1920
<xsl:paramname="man.th.extra3.max.length">40</xsl:param><!-- enough room for "PostgreSQL X.Ydevel Documentation"-->
21+
<xsl:paramname="refentry.meta.get.quietly"select="0"></xsl:param>
2022
<xsl:paramname="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)

[8]ページ先頭

©2009-2025 Movatter.jp