mirror of
https://github.com/akheron/jansson.git
synced 2025-04-13 00:32:56 +00:00
10 lines
226 B
Makefile
10 lines
226 B
Makefile
EXTRA_DIST = CHANGES LICENSE README.rst
|
|
SUBDIRS = doc src test
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = jansson.pc
|
|
|
|
distcheck-hook:
|
|
sphinx-build -b html -W \
|
|
$(distdir)/doc \
|
|
$(distdir)/_build/doc/.build/html
|