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

Commit1330e29

Browse files
committed
doc: Work around stylesheet bug for man build
The upstream stylesheets for man output insert a *roff comment for anoccurrence of an indexterm, for reasons that have apparently been lostin history. This, however, is done incorrectly and causes someformatting problems. This hasn't been an issue until now, but thereorganization of indexterm elements inside variablelists has triggeredthis issue.The upstream fix (http://sourceforge.net/p/docbook/bugs/1340/) is todrop indexterms altogether in man output, and so we'll do the same here.
1 parent737cdc2 commit1330e29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎doc/src/sgml/stylesheet-man.xsl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@
180180
</xsl:template>
181181

182182

183+
<!-- http://sourceforge.net/p/docbook/bugs/1340/-->
184+
<xsl:templatematch="indexterm"/>
185+
186+
183187
<!-- Gentext customization-->
184188

185189
<!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp