Don't include stdint.h in jansson.h
[jansson.git] / Makefile.am
index f35e697..e64f397 100644 (file)
@@ -1,2 +1,7 @@
-EXTRA_DIST = LICENSE README.rst
+EXTRA_DIST = CHANGES LICENSE README.rst
 SUBDIRS = doc src test
+
+distcheck-hook:
+       sphinx-build -b html -W \
+               $(distdir)/doc \
+               $(distdir)/_build/doc/.build/html