Fix: doc/man: use a single XSL file and match local names
[lttng-ust.git] / doc / man / xsl / manpage-headings.xsl
diff --git a/doc/man/xsl/manpage-headings.xsl b/doc/man/xsl/manpage-headings.xsl
deleted file mode 100644 (file)
index 70e44e1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-       <!-- this template cancels the style of literal elements in title elements -->
-    <xsl:template match="title/literal">
-        <xsl:value-of select="."/>
-    </xsl:template>
-</xsl:stylesheet>
This page took 0.026402 seconds and 5 git commands to generate.