From e03250dfa00771bd5578da9d8153b61336729fba Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 30 Jul 2014 20:46:47 -0400 Subject: apply silent rule to manpage creation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18f6786..6177a08 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ edit = $(V_GEN) m4 -P $@.in >$@ && chmod go-w,+x $@ doc: $(MANPAGES) man/%: man/%.txt Makefile - a2x -d manpage \ + $(V_GEN) a2x -d manpage \ -f manpage \ -a manversion=$(VERSION) \ -a manmanual="$(PACKAGE_NAME) manual" $< -- cgit v1.2.3-54-g00ecf