From 1ad4eb4c0cf0542a29c86ddb07a07d386bc30ac1 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Tue, 29 Nov 2011 23:20:58 +0100 Subject: [PATCH] Add silent rule to documentation Makefile 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index f18fc4b..7fd58a2 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -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 -- 2.30.2