diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-07-30 20:46:47 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-07-30 20:46:47 -0400 |
commit | e03250dfa00771bd5578da9d8153b61336729fba (patch) | |
tree | 791c47ac8fa68695cb38628fd510e21a49b826a0 /Makefile | |
parent | ca642b0dad8c5ee1ec9d172eae534dacd79d9410 (diff) | |
download | asp32-e03250dfa00771bd5578da9d8153b61336729fba.tar.xz |
apply silent rule to manpage creation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" $< |