xsltproc_prog, '--nonet', '-o', docs_builddir,
'--stringparam', 'builddir', meson.project_build_root(),
'--stringparam', 'timestamp', docs_timestamp,
+ '--stringparam', 'href_base', '../',
'@INPUT@',
],
install: true,
xsltproc_prog, '--nonet', '-o', docs_builddir,
'--stringparam', 'builddir', meson.project_build_root(),
'--stringparam', 'timestamp', docs_timestamp,
+ '--stringparam', 'href_base', '../',
'@INPUT@',
],
install: true,
<!-- the target directory for the HTML output -->
<xsl:variable name="htmldir">html</xsl:variable>
- <xsl:variable name="href_base">../</xsl:variable>
<xsl:template name="aclinfo">
<xsl:param name="acl"/>
encoding="UTF-8">
<xsl:apply-templates select="exsl:node-set($subpage)" mode="page">
<xsl:with-param name="timestamp" select="$timestamp"/>
+ <xsl:with-param name="href_base" select="$href_base"/>
</xsl:apply-templates>
</xsl:document>
</xsl:for-each>
<xsl:template match="/" mode="page">
<xsl:param name="pagesrc"/>
<xsl:param name="timestamp"/>
+ <xsl:param name="href_base"/>
<xsl:text disable-output-escaping="yes"><!DOCTYPE html>
</xsl:text>
<html data-sourcedoc="{$pagesrc}">