mirror of
https://github.com/akheron/jansson.git
synced 2025-04-19 19:53:46 +00:00
7 lines
162 B
Makefile
7 lines
162 B
Makefile
EXTRA_DIST = CHANGES LICENSE README.rst
|
|
SUBDIRS = doc src test
|
|
|
|
distcheck-hook:
|
|
sphinx-build -b html -W \
|
|
$(distdir)/doc \
|
|
$(distdir)/_build/doc/.build/html
|