59c58ea26c
This is to check that all the documentation files are distributed before releasing.
8 lines
162 B
Makefile
8 lines
162 B
Makefile
EXTRA_DIST = CHANGES LICENSE README.rst
|
|
SUBDIRS = doc src test
|
|
|
|
distcheck-hook:
|
|
sphinx-build -b html -W \
|
|
$(distdir)/doc \
|
|
$(distdir)/_build/doc/.build/html
|