diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-17 19:21:22 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-17 19:21:22 -0800 |
commit | 146b1da64e575d330c2599161938140a4233cb6a (patch) | |
tree | efd3912b272c0ccfa0e994de0b095f1fcb98cbda /Makefile.am | |
parent | abb1bf5b74642f8d40ca5fbf87490c5186f41590 (diff) |
Apply automake silencer to man page generation rule
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 25a173b..46a0d1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,4 +85,4 @@ MAN_SUBSTS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ |