doc/man: xsl: move manpage-ulinks.xsl -> manpage-links.xsl
[lttng-tools.git] / doc / man / xsl / manpage.xsl
CommitLineData
b1cb4eb6
PP
1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <xsl:import href="manpage-base.xsl" />
3 <xsl:import href="manpage-bold-literal.xsl" />
4d7f0487 4 <xsl:import href="manpage-links.xsl" />
b1cb4eb6
PP
5
6 <!-- disable end notes -->
7 <xsl:param name="man.endnotes.are.numbered">0</xsl:param>
8</xsl:stylesheet>
This page took 0.022919 seconds and 4 git commands to generate.