README: fix spelling typo
[mesa-waffle.git] / man / manpage.xsl
blobade68dcf1889da81b9b31ce7edfa3f39cef203c6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 version="1.0">
6 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
7 <xsl:include href="common.xsl"/>
9 <!-- Don't print name of each manpage generated. -->
10 <xsl:param name="man.output.quietly">1</xsl:param>
12 </xsl:stylesheet>
14 <!--
15 vim:sw=2 ts=2 et:
16 -->