aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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