mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
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.
10 lines
273 B
Makefile
10 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
|