mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
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 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue