From c58d62cc02caba5382c8d2a02ef2e07a2970bd84 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sun, 28 Aug 2016 14:24:37 +0200 Subject: [PATCH] README: explain the a2x dependency to build the man page Signed-off-by: Nicolas Sebrecht --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 440a512..a9c9c41 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,6 @@ For the other documentation, run the appropriate make target: $ ./scripts/get-repository.sh website $ cd docs $ make html # Requires rst2html -$ make man # Requires a2x +$ make man # Requires a2x (http://asciidoc.org) $ make api # Requires sphinx ```