diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-15 15:02:27 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-15 15:02:27 -0800 |
commit | 5720370421014c0b465385e65b94659f044dcec6 (patch) | |
tree | 33c0938d47a8342b586443309084d6a35a150be7 | |
parent | 67bf7e0061fc1c778b9fee0f2bb4ce23059c476f (diff) |
Apply automake silent rules to manpage generation too
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |