b397711a66
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.
11 lines
273 B
Makefile
11 lines
273 B
Makefile
EXTRA_DIST = CHANGES LICENSE README.rst
|
|
SUBDIRS = doc src test
|
|
|
|
# "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
|
|
pkgconfig_DATA = jansson.pc
|