blob: 5035ea7d51c1008487a203890600417e9839e1d3 (
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/xml/docbook/stylesheet/ldp/html/tldp-one-page.xsl"/>
<xsl:param name="html.stylesheet">pbuilder-doc.css</xsl:param>
</xsl:stylesheet>
|