Check documentation in make distcheck
It seems that the only way to do this is to use the dvi make target, as it's built in make distcheck after running configure.
This commit is contained in:
parent
cf9b384bcb
commit
b397711a66
@ -1,7 +1,9 @@
|
||||
EXTRA_DIST = CHANGES LICENSE README.rst
|
||||
SUBDIRS = doc src test
|
||||
|
||||
check-doc:
|
||||
# "make distcheck" builds the dvi target, so use it to check that the
|
||||
# documentation is built correctly.
|
||||
dvi:
|
||||
$(MAKE) SPHINXOPTS_EXTRA=-W html
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user