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