X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=173c7de42edcffbb5c6227140217d5e9966ec95a;hb=53bc9d8a39a440d6cbd70c139bff4ae67787b8eb;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