aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index e64f397..185eaab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,4 @@
EXTRA_DIST = CHANGES LICENSE README.rst
SUBDIRS = doc src test
-distcheck-hook:
- sphinx-build -b html -W \
- $(distdir)/doc \
- $(distdir)/_build/doc/.build/html
+check-local: html