From: David Cramer Date: Sat, 14 Jan 2012 22:08:54 +0000 (+0000) Subject: Webhelp: Hide remarks in readme output X-Git-Tag: release/1.79.1~6^2~576 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46f217ba48ca632aa20d3c76899b71bd730786b9;p=docbook-dsssl Webhelp: Hide remarks in readme output --- diff --git a/xsl/webhelp/Makefile b/xsl/webhelp/Makefile index 22b86b024..c8bef0a87 100644 --- a/xsl/webhelp/Makefile +++ b/xsl/webhelp/Makefile @@ -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: