clarify documentation on creating documentation

On Mac OS X El Capitan at least :doc needs an extra explicit build step to be useful.
This commit is contained in:
Kartik Agaram 2016-12-19 19:17:32 -08:00 committed by Kartik K. Agaram
parent a0c787e966
commit 3c265cd449

View File

@ -105,7 +105,8 @@ Kakoune dependencies are:
* ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw) * ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)
* asciidoc (for the `a2k` tool), to generate man pages * asciidoc (for the `a2k` tool), to generate man pages
To build, just type *make* in the src directory To build, just type *make* in the src directory.
To generate man pages, type *make doc* in the src directory.
Kakoune can be built on Linux, MacOS, and Cygwin. Due to Kakoune relying heavily Kakoune can be built on Linux, MacOS, and Cygwin. Due to Kakoune relying heavily
on being in a Unix-like environment, no native Windows version is planned. on being in a Unix-like environment, no native Windows version is planned.