]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: Support admon.graphics param in build.properties
authorDavid Cramer <david@thingbag.net>
Fri, 13 Jan 2012 17:28:30 +0000 (17:28 +0000)
committerDavid Cramer <david@thingbag.net>
Fri, 13 Jan 2012 17:28:30 +0000 (17:28 +0000)
xsl/webhelp/build.properties
xsl/webhelp/build.xml

index d285a07cad2764079a003871360835e15d9eede8..7d519658aefcf44fe0c691a2d46432d779192222 100644 (file)
@@ -55,3 +55,6 @@ enable.stemming=true
 #For example, the url docbook.org, Google Analytics id etc.
 branding=docbook
 brandname=DocBook
+
+# Set admon.graphics to 1 to user graphics for note, tip, etc.
+admon.graphics=0
\ No newline at end of file
index 8c83337c4f4ca0c3a192fdb057a846da8a6e36f7..5403a8afb06312772fa254374350052b913bdf55 100644 (file)
@@ -66,6 +66,7 @@
          <param name="webhelp.indexer.language" expression="${webhelp.indexer.language}" if="webhelp.indexer.language"/>
          <param name="branding" expression="${branding}" if="branding"/>
          <param name="brandname" expression="${brandname}" if="brandname"/>
+         <param name="admon.graphics" expression="${admon.graphics}" if="admon.graphics"/>
        </xslt>
        
        <!-- Copy common content such as js files of tree, css etc. to template folder. They will be copied to doc folder. They are NOT page specific! -->