- Manifest should be generated for the whole XHTML file as well since

images' long description is put into an external file but it seems
  the non-chunked XHTML output does not support manifest yet so
  disable external longdescs for now.
This commit is contained in:
Gabor Kovesdan 2013-05-17 20:55:02 +00:00
parent aeba4d0713
commit 31fec0dd2f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41653
svn path=/release/DOCBOOK45/; revision=41654; tag=DOCBOOK45
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,6 @@
<!-- Pull in common XHTML customizations -->
<xsl:include href="freebsd-xhtml-common.xsl"/>
<xsl:param name="generate.manifest" select="'1'"/>
<xsl:param name="generate.legalnotice.link" select="'1'"/>
</xsl:stylesheet>

View file

@ -26,6 +26,8 @@
<xsl:param name="make.year.ranges" select="1"/>
<xsl:param name="make.single.year.ranges" select="1"/>
<xsl:param name="docbook.css.source" select="''"/>
<xsl:param name="generate.manifest" select="1"/>
<xsl:param name="html.longdesc" select="0"/>
<xsl:param name="make.valid.html" select="1"/>
<xsl:param name="html.cleanup" select="1"/>