There's an old /doc/ on tahini, not created/managed by build.
This seems to get things working for me.
Testing on http://exim.spodhuis.org/
<xsl:variable name="html.body.outer.append">
<div id="toc">
<ul class="hidden"/>
- <img src="../../../../doc/contents.png" width="16" height="155"/>
+ <img src="${staticroot}/doc/contents.png" width="16" height="155"/>
</div>
</xsl:variable>
<xsl:apply-templates select="bookinfo"/>
</div>
<div id="options" class="hidden">
- <img src="{$docroot}/doc/plus-12x12.png" width="12" height="12" class="expand"/>
- <img src="{$docroot}/doc/minus-12x12.png" width="12" height="12" class="collapse"/>
+ <img src="{$staticroot}/doc/plus-12x12.png" width="12" height="12" class="expand"/>
+ <img src="{$staticroot}/doc/minus-12x12.png" width="12" height="12" class="collapse"/>
<xsl:text>Expand/Collapse all Chapters</xsl:text>
</div>
<div id="index">
#chapters.expandable li.chapter .button {
display: block;
- background-image: url('../../../../doc/plus-12x12.png');
+ background-image: url('../../../../static/doc/plus-12x12.png');
}
#chapters.expandable li.chapter span.chapter_title.nosub {
}
#chapters.expandable li.chapter.open .button {
- background-image: url('../../../../doc/minus-12x12.png');
+ background-image: url('../../../../static/doc/minus-12x12.png');
}
#chapters.expandable li.chapter.open ul.sections {