Fix: doc/man: use a single XSL file and match local names
[deliverable/lttng-ust.git] / doc / man / xsl / manpage-bold-literal.xsl
diff --git a/doc/man/xsl/manpage-bold-literal.xsl b/doc/man/xsl/manpage-bold-literal.xsl
deleted file mode 100644 (file)
index 36dff92..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-       <!-- this template makes the literal elements bold -->
-    <xsl:template match="literal">
-        <xsl:text>\fB</xsl:text>
-        <xsl:value-of select="." />
-        <xsl:text>\fR</xsl:text>
-    </xsl:template>
-</xsl:stylesheet>
This page took 0.025159 seconds and 5 git commands to generate.