aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-10-26 21:33:03 +0200
committerPetri Lehtinen <petri@digip.org>2009-10-26 21:33:03 +0200
commitd1b07171cc1e54addfdc18b2d528487596ff535d (patch)
treee11b8495ae661fbc87ca7840f0765ab4a39afb63 /Makefile.am
parent5ff8ae8052fcd179bc919e9ed3c7b699a80b8c27 (diff)
parent15d992cb6a6eeab8c2f4c7d00fa06a52fca62287 (diff)
downloadjansson-d1b07171cc1e54addfdc18b2d528487596ff535d.zip
jansson-d1b07171cc1e54addfdc18b2d528487596ff535d.tar.gz
jansson-d1b07171cc1e54addfdc18b2d528487596ff535d.tar.bz2
Merge branch '1.1'
Conflicts: CHANGES configure.ac doc/conf.py
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 01b958c..e64f397 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,7 @@
EXTRA_DIST = CHANGES LICENSE README.rst
SUBDIRS = doc src test
+
+distcheck-hook:
+ sphinx-build -b html -W \
+ $(distdir)/doc \
+ $(distdir)/_build/doc/.build/html