X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e1fd3ab7cd94eeb23685a9e0e5cce2843e7f637f;hb=11119601205b4276464e55a6518049a370560e60;hp=185eaabde9767552233c22b8b12f819203083755;hpb=6637b976edd508cc9413ce954fe4275eab8c2c69;p=jansson.git diff --git a/Makefile.am b/Makefile.am index 185eaab..e1fd3ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,10 @@ EXTRA_DIST = CHANGES LICENSE README.rst 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