Build documentation in distcheck-hook

This is to check that all the documentation files are distributed
before releasing.
This commit is contained in:
Petri Lehtinen
2009-10-25 00:18:03 +03:00
parent f95bb423a3
commit 59c58ea26c

View File

@@ -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