From 5720370421014c0b465385e65b94659f044dcec6 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 15 Dec 2009 15:02:27 -0800 Subject: Apply automake silent rules to manpage generation too Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bbca4ca..a7ff425 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ MAN_SUBSTS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ .PHONY: ChangeLog INSTALL -- cgit v1.2.3