summaryrefslogtreecommitdiffstats
path: root/doc/user/html.xsl
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-10-08 13:45:37 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-10-08 13:45:37 (GMT)
commitef9d8a0031b3ca6faabb0746eeb2a7da519fb805 (patch)
treef2822fcfebe6b8257b5d1fe2e74af24b5885e82d /doc/user/html.xsl
parent3bebac3d0e8f24065ecda4abb2a2dad7b1d57164 (diff)
downloadSCons-ef9d8a0031b3ca6faabb0746eeb2a7da519fb805.zip
SCons-ef9d8a0031b3ca6faabb0746eeb2a7da519fb805.tar.gz
SCons-ef9d8a0031b3ca6faabb0746eeb2a7da519fb805.tar.bz2
- added EPUB as output format for documentation ("user" and "man" targets)
Diffstat (limited to 'doc/user/html.xsl')
-rw-r--r--doc/user/html.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/html.xsl b/doc/user/html.xsl
index 74ea529..c275c3d 100644
--- a/doc/user/html.xsl
+++ b/doc/user/html.xsl
@@ -51,5 +51,9 @@ reference toc,title
set toc,title
</xsl:param>
+<!-- Prevent our EPUB cover image from getting included -->
+<xsl:template match="mediaobject[@role = 'cover']">
+</xsl:template>
+
</xsl:stylesheet>