doc/man: add XSL files for man pages
[lttng-tools.git] / doc / man / xsl / manpage-ulinks.xsl
diff --git a/doc/man/xsl/manpage-ulinks.xsl b/doc/man/xsl/manpage-ulinks.xsl
new file mode 100644 (file)
index 0000000..5e4b794
--- /dev/null
@@ -0,0 +1,5 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+    <xsl:template match="ulink">
+        <xsl:apply-templates/>
+    </xsl:template>
+</xsl:stylesheet>
This page took 0.024354 seconds and 4 git commands to generate.