X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=7e962db79aa94c66db943d8d0bc577b35d29ca79;hb=3008df9a5b53c9fd0cbdaeb010a2e1b067231eae;hp=a141cd54ca0f5bcd1f1c4ac5fcba97507bcfc3a6;hpb=f9febb64c5dc15e03ecf3ca552e0654ee919b52e;p=jansson.git diff --git a/Makefile.am b/Makefile.am index a141cd5..7e962db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,10 @@ -EXTRA_DIST = CHANGES LICENSE README.rst +EXTRA_DIST = CHANGES LICENSE README.rst jansson.spec SUBDIRS = doc src test -check-local: html +# "make distcheck" builds the dvi target, so use it to check that the +# documentation is built correctly. +dvi: + $(MAKE) SPHINXOPTS_EXTRA=-W html pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = jansson.pc