X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=5b4fb986cc16f12d43914a902216ff2e1c01735f;hb=refs%2Fheads%2Fmaster;hp=185eaabde9767552233c22b8b12f819203083755;hpb=17d913307e60d1c3e41d01d9a4be81892d610b3f;p=jansson.git diff --git a/Makefile.am b/Makefile.am index 185eaab..5b4fb98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,11 @@ -EXTRA_DIST = CHANGES LICENSE README.rst +EXTRA_DIST = CHANGES LICENSE README.rst win32 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