Skip to content

Commit 8d6d952

Browse files
committed
Merge branch 'fc/doc-drop-custom-callout-format'
Our custom callout formatter is no longer used in the documentation formatting toolchain, as the upstream default ones give better output these days. * fc/doc-drop-custom-callout-format: doc: remove custom callouts format
2 parents 2ca91d1 + 756991b commit 8d6d952

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Documentation/manpage-normal.xsl

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,4 @@
88
<xsl:param name="man.output.quietly" select="1"/>
99
<xsl:param name="refentry.meta.get.quietly" select="1"/>
1010

11-
<!-- convert asciidoc callouts to man page format -->
12-
<xsl:template match="co">
13-
<xsl:value-of select="concat('\fB(',substring-after(@id,'-'),')\fR')"/>
14-
</xsl:template>
15-
<xsl:template match="calloutlist">
16-
<xsl:text>.sp&#10;</xsl:text>
17-
<xsl:apply-templates/>
18-
<xsl:text>&#10;</xsl:text>
19-
</xsl:template>
20-
<xsl:template match="callout">
21-
<xsl:value-of select="concat('\fB',substring-after(@arearefs,'-'),'. \fR')"/>
22-
<xsl:apply-templates/>
23-
<xsl:text>.br&#10;</xsl:text>
24-
</xsl:template>
25-
2611
</xsl:stylesheet>

0 commit comments

Comments
 (0)