From 9ef6e5ef0d09fbe6cacbb329a8521c8605701a53 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 13 May 2012 16:33:30 +0900 Subject: [PATCH] Documented how to build html documents --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 943fd13e..3bc0c51e 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,17 @@ used.:: $ ./configure $ 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 ---