X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=173c7de42edcffbb5c6227140217d5e9966ec95a;hb=42b651ef56168937d0046bde9205f1014a940941;hp=2a69f160a4cb5733fadbaa6a9448ce1a9fdab112;hpb=aeb5b481c95c6bd71e3025a7965861ab82a643b8;p=jansson.git diff --git a/Makefile.am b/Makefile.am index 2a69f16..173c7de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,8 @@ EXTRA_DIST = CHANGES LICENSE README.rst SUBDIRS = doc src test +check-doc: + $(MAKE) SPHINXOPTS_EXTRA=-W html + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = jansson.pc - -distcheck-hook: - sphinx-build -b html -W \ - $(distdir)/doc \ - $(distdir)/_build/doc/.build/html