summaryrefslogtreecommitdiff
path: root/gtkdoc-mkhtml.in
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-04-13 17:23:21 +0300
committerStefan Kost <ensonic@users.sf.net>2011-04-13 17:23:21 +0300
commiteafb51e6be288a292bfcca564747c83d892c3639 (patch)
tree169bcfd955508276e1f38fdfc37e946637105777 /gtkdoc-mkhtml.in
parentc77d80d8dc4ea1d86a3bb976fd4b7f7b71412f82 (diff)
downloadgtk-doc-eafb51e6be288a292bfcca564747c83d892c3639.tar.gz
xsltproc: be more quiet if we have to
Diffstat (limited to 'gtkdoc-mkhtml.in')
-rw-r--r--gtkdoc-mkhtml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtkdoc-mkhtml.in b/gtkdoc-mkhtml.in
index c2fc588..dd8651c 100644
--- a/gtkdoc-mkhtml.in
+++ b/gtkdoc-mkhtml.in
@@ -96,6 +96,7 @@ if $is_xml; then
--stringparam gtkdoc.bookname $module \
--stringparam gtkdoc.version "@VERSION@" \
--stringparam chunk.quietly $quiet \
+ --stringparam chunker.output.quiet $quiet \
"$@" $gtkdocdir/gtk-doc.xsl $document || exit $?
else
@JADE@ $path_arg -t @SGML_FORMAT_TYPE@ -w no-idref -d $gtkdocdir/gtk-doc.dsl \