aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-11-03 23:07:43 +0200
committerPetri Lehtinen <petri@digip.org>2009-11-03 23:09:04 +0200
commitbf01067a8a73b1a69301c99adbfa76ca836cedb7 (patch)
tree099f94877e498b4d5aedcd4b390ce1941af17d5b /README.rst
parentd1b07171cc1e54addfdc18b2d528487596ff535d (diff)
downloadjansson-bf01067a8a73b1a69301c99adbfa76ca836cedb7.zip
jansson-bf01067a8a73b1a69301c99adbfa76ca836cedb7.tar.gz
jansson-bf01067a8a73b1a69301c99adbfa76ca836cedb7.tar.bz2
Build documentation in make html target
To keep the distchecks for the documentation, the documentation has to be built in the check target instead of distcheck-hook. While at it, rename doc/.build to doc/_build. This naming is the default with sphinx 0.6.2.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index ebd3941..2f0ca9c 100644
--- a/README.rst
+++ b/README.rst
@@ -49,10 +49,9 @@ available at http://www.digip.org/jansson/doc/.
To generate HTML documentation yourself, invoke::
- cd doc/
- sphinx-build . .build/html
+ make html
-... and point your browser to ``.build/html/index.html``. Sphinx_ is
+and point your browser to ``doc/_build/html/index.html``. Sphinx_ is
required to generate the documentation.