Documented how to build html documents
This commit is contained in:
parent
a831938a43
commit
9ef6e5ef0d
11
README.rst
11
README.rst
|
@ -52,6 +52,17 @@ used.::
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
|
Building documentation
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
To build documentation, run::
|
||||||
|
|
||||||
|
$ make html
|
||||||
|
|
||||||
|
The documents will be generated under ``doc/manual/html/``.
|
||||||
|
|
||||||
|
The generated documents will not be installed with ``make install``.
|
||||||
|
|
||||||
API
|
API
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue