hgbook

diff stylesheets/html.xsl @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents 1a3d882149fd
children
line diff
     1.1 --- a/stylesheets/html.xsl	Mon Mar 16 17:49:05 2009 +0800
     1.2 +++ b/stylesheets/html.xsl	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -15,8 +15,10 @@
     1.4  
     1.5    <xsl:param name="admon.graphics" select="1" />
     1.6    <xsl:param name="admon.graphics.extension">.png</xsl:param>
     1.7 +  <xsl:param name="admon.graphics.path">figs/</xsl:param>
     1.8    <xsl:param name="callout.graphics" select="1" />
     1.9    <xsl:param name="callout.graphics.extension">.png</xsl:param>
    1.10 +  <xsl:param name="callout.graphics.path">images/callouts/</xsl:param>
    1.11  
    1.12    <xsl:param name="section.autolabel" select="1" />
    1.13    <xsl:param name="section.label.includes.component.label">1</xsl:param>