X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=173c7de42edcffbb5c6227140217d5e9966ec95a;hb=58f9d655358bc0c68bfadbc2946b964c2ac774b7;hp=185eaabde9767552233c22b8b12f819203083755;hpb=e0a88d19d1f103c32bbaf4c20a83575413c4bf80;p=jansson.git diff --git a/Makefile.am b/Makefile.am index 185eaab..173c7de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,8 @@ EXTRA_DIST = CHANGES LICENSE README.rst SUBDIRS = doc src test -check-local: html +check-doc: + $(MAKE) SPHINXOPTS_EXTRA=-W html + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = jansson.pc