mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
dabce971b0
- Add the build system
(This used to be commit 450386e3ed
)
17 lines
615 B
XML
17 lines
615 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This file is generated from param.xweb; do not edit this file! -->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:import href="../settings.xsl"/>
|
|
|
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
|
|
<xsl:import href="html-common.xsl"/>
|
|
<xsl:param name="chunk.first.sections" select="1"/>
|
|
<xsl:param name="chunk.quietly" select="0"/>
|
|
<xsl:param name="chunk.section.depth" select="0"/>
|
|
<xsl:param name="chunk.toc" select="''"/>
|
|
<xsl:param name="chunk.tocs.and.lots" select="0"/>
|
|
|
|
</xsl:stylesheet>
|