Build documentation in distcheck-hook
This is to check that all the documentation files are distributed before releasing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user