[gtk-doc] xsltproc: be more quiet if we have to
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] xsltproc: be more quiet if we have to
- Date: Wed, 13 Apr 2011 14:24:15 +0000 (UTC)
commit eafb51e6be288a292bfcca564747c83d892c3639
Author: Stefan Kost <ensonic users sf net>
Date: Wed Apr 13 17:23:21 2011 +0300
xsltproc: be more quiet if we have to
gtkdoc-mkhtml.in | 1 +
gtkdoc-mkman.in | 1 +
gtkdoc-mkpdf.in | 1 +
3 files changed, 3 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 \
diff --git a/gtkdoc-mkman.in b/gtkdoc-mkman.in
index bf50380..15be1b3 100644
--- a/gtkdoc-mkman.in
+++ b/gtkdoc-mkman.in
@@ -82,6 +82,7 @@ if $is_xml; then
--stringparam gtkdoc.bookname $module \
--stringparam gtkdoc.version "@VERSION@" \
--stringparam chunk.quietly $quiet \
+ --stringparam chunker.output.quiet $quiet \
manpages/docbook.xsl $document || exit $?
else
for i in `cd sgml;ls *.sgml`; do
diff --git a/gtkdoc-mkpdf.in b/gtkdoc-mkpdf.in
index 9c0a31f..8b873b6 100644
--- a/gtkdoc-mkpdf.in
+++ b/gtkdoc-mkpdf.in
@@ -107,6 +107,7 @@ if $is_xml; then
--stringparam gtkdoc.bookname $module \
--stringparam gtkdoc.version "@VERSION@" \
--stringparam chunk.quietly $quiet \
+ --stringparam chunker.output.quiet $quiet \
"$@" -o $module.fo $gtkdocdir/gtk-doc-fo.xsl $document || cleanexit $?
# fop dies too easily :(
# @FOP@ $module.fo $module.pdf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]