From 46f217ba48ca632aa20d3c76899b71bd730786b9 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Sat, 14 Jan 2012 22:08:54 +0000 Subject: [PATCH] Webhelp: Hide remarks in readme output --- xsl/webhelp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.1