diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-10 22:10:27 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-10 22:10:27 -0800 |
commit | a3223e295cf840b7854a91c7e5577812edb11e62 (patch) | |
tree | 7a73f091b425be58de10b1ecb7c5b04d23c1a7a3 | |
parent | 39313841d56ebe935d55190cc239ac66d072bb32 (diff) |
Use AM_V_GEN to silence man page generation output
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 f4b2407..191bfb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ MAN_SUBSTS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ .PHONY: ChangeLog INSTALL |