diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2019-11-20 15:24:18 +0000 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2019-11-22 11:14:20 +0000 |
commit | eef089db78700e829f0b2ddc83f38b9cef2379bf (patch) | |
tree | c461e17aa60c09c56925e9195767454f19e87fbb /docs/newapi.xsl | |
parent | 9434d7e139ff93a04c95b977f130ec7b098b1179 (diff) | |
download | libvirt-eef089db78700e829f0b2ddc83f38b9cef2379bf.tar.gz |
docs: fix include of ACL permissions files
The XSL generator loads included HTML files relative to the source dir
but we need to tell it to load them from the build dir instead.
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/newapi.xsl')
-rw-r--r-- | docs/newapi.xsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/newapi.xsl b/docs/newapi.xsl index dd6169397b..670879dc48 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -22,7 +22,6 @@ <!-- Build keys for all symbols --> <xsl:key name="symbols" match="/api/symbols/*" use="@name"/> - <xsl:param name="builddir" select="'..'"/> <xsl:param name="indexfile" select="'index.html'"/> <!-- the target directory for the HTML output --> |