summaryrefslogtreecommitdiff
path: root/doc/man/html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/html.xsl')
-rw-r--r--doc/man/html.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/html.xsl b/doc/man/html.xsl
index 71a847a3..864af882 100644
--- a/doc/man/html.xsl
+++ b/doc/man/html.xsl
@@ -51,5 +51,9 @@ reference title
set toc,title
</xsl:param>
+<!-- Prevent our EPUB cover image from getting included -->
+<xsl:template match="mediaobject[@role = 'cover']">
+</xsl:template>
+
</xsl:stylesheet>