summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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" $<