aboutsummaryrefslogtreecommitdiff
path: root/Documentation/pbuilder-doc.xsl
blob: 8898b14477d89c5034e5e77f3fbdbdf1f14ee055 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<!--  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  version='1.0'>

  <xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/ldp/ldp-html.xsl"/>
  <xsl:param name="html.stylesheet">pbuilder-doc.css</xsl:param>

</xsl:stylesheet>