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