mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-14 08:22:20 -04:00
I think it's nicer to have the configuration in a separate file, and not clutter the Meson file. Yes, the XML syntax is inconvenient. This patch does not change the generated output. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
11 lines
516 B
XML
11 lines
516 B
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
|
|
<!-- See: https://docbook.sourceforge.net/release/xsl/current/doc/html/index.html -->
|
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
|
|
<xsl:param name="chunk.section.depth">0</xsl:param>
|
|
<xsl:param name="toc.section.depth">1</xsl:param>
|
|
<xsl:param name="generate.consistent.ids">1</xsl:param>
|
|
<xsl:param name="html.stylesheet">css/default.css</xsl:param>
|
|
</xsl:stylesheet>
|