summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2010-01-29 22:47:33 +0100
committerJürg Billeter <j@bitron.ch>2010-03-21 09:07:42 +0100
commitbdcc15c43285b2138cef7a0754fcd8bf1012ce92 (patch)
tree1b1eea21ffdcbbe842ae4c6fe9cf30da2ae87544 /doc
parent82eaf6f167ba40e05dfd96448b575ffe3282f362 (diff)
downloadvala-bdcc15c43285b2138cef7a0754fcd8bf1012ce92.tar.gz
build: Enable silent rules by default
Diffstat (limited to 'doc')
-rw-r--r--doc/vala/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vala/Makefile.am b/doc/vala/Makefile.am
index 0bdc8f334..c0a9a0b91 100644
--- a/doc/vala/Makefile.am
+++ b/doc/vala/Makefile.am
@@ -32,12 +32,12 @@ book_DATA = \
endif
index.html: $(book_sources) xhtml.xsl
- $(XSLTPROC) --xinclude $(srcdir)/xhtml.xsl $(srcdir)/index.xml > index.html
+ $(AM_V_GEN)$(XSLTPROC) --xinclude $(srcdir)/xhtml.xsl $(srcdir)/index.xml > index.html
$(chapter_data): index.html
vala.devhelp2: $(book_sources) devhelp.xsl
- $(XSLTPROC) --xinclude $(srcdir)/devhelp.xsl $(srcdir)/index.xml > vala.devhelp2
+ $(AM_V_GEN)$(XSLTPROC) --xinclude $(srcdir)/devhelp.xsl $(srcdir)/index.xml > vala.devhelp2
book_sources = \
index.xml \