From 381f2fb5e664715d67ffc9a234b0fd8aa540fada Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 26 Aug 2013 19:20:38 -0400 Subject: [PATCH] Minor --- 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 b08ecec1f..c5bdb3592 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -70,7 +70,7 @@ content_files= \ $(NULL) version.xml: $(top_srcdir)/configure.ac - echo $(HB_VERSION_MAJOR).$(HB_VERSION_MINOR).$(HB_VERSION_MICRO) > $@ + $(AM_V_GEN) echo $(HB_VERSION_MAJOR).$(HB_VERSION_MINOR).$(HB_VERSION_MICRO) > $@ # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded # These files must be listed here *and* in content_files