README: explain the a2x dependency to build the man page

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-08-28 14:24:37 +02:00
parent 41764a0ec6
commit c58d62cc02
1 changed files with 1 additions and 1 deletions

View File

@ -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
```