Add silent rule to documentation Makefile
authorPhilip Chimento <philip.chimento@gmail.com>
Tue, 29 Nov 2011 22:20:58 +0000 (23:20 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Tue, 29 Nov 2011 22:39:15 +0000 (23:39 +0100)
Since newer versions of Gtk-Doc spew much less garbage onto the
terminal, this fixes the rule that generates selectors.xml to be
less verbose as well.

docs/reference/Makefile.am

index f18fc4bc9963766adeeabb483e8631ffbb26a0a1..7fd58a2acb15e6947a4fa7e452e3b2cd09381ca7 100644 (file)
@@ -139,7 +139,7 @@ DISTCLEANFILES = version.xml $(DOC_MODULE)-overrides.txt
 dist_noinst_SCRIPTS = build-selector-table.pl
 
 selectors.xml: $(srcdir)/../../libchimara/gi_dispa.c
-       $(PERL) build-selector-table.pl $< > $@
+       $(AM_V_GEN)$(PERL) build-selector-table.pl $< > $@
 
 
 -include $(top_srcdir)/git.mk