]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: Hide remarks in readme output
authorDavid Cramer <david@thingbag.net>
Sat, 14 Jan 2012 22:08:54 +0000 (22:08 +0000)
committerDavid Cramer <david@thingbag.net>
Sat, 14 Jan 2012 22:08:54 +0000 (22:08 +0000)
xsl/webhelp/Makefile

index 22b86b024c39f829628f43d9e3abee2f1727e2d5..c8bef0a87d416cfb74537c48affc7660e2ba560e 100644 (file)
@@ -8,7 +8,7 @@ all: webhelp
 webhelp: docsrc/readme.xml
        $(MAKE) -C ../xhtml
        $(XSLT) $< ../profiling/profile.xsl webhelp-temp.xml 
-       $(XSLT) webhelp-temp.xml xsl/webhelp.xsl webhelp.include.search.tab="true" webhelp.indexer.language="en" branding="docbook" brandname="DocBook"
+       $(XSLT) webhelp-temp.xml xsl/webhelp.xsl webhelp.include.search.tab="true" webhelp.indexer.language="en" branding="docbook" brandname="DocBook" show.comments=0
        $(ANT) index
 
 clean: