X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=blobdiff_plain;f=Makefile.am;h=7e962db79aa94c66db943d8d0bc577b35d29ca79;hp=af437a64d6d80a47ea903fd842a648fc59cbcd9a;hb=HEAD;hpb=6e160c146c51b6f587381c00df050570a60ed82f diff --git a/Makefile.am b/Makefile.am index af437a6..7e962db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,10 @@ -SUBDIRS = src +EXTRA_DIST = CHANGES LICENSE README.rst jansson.spec +SUBDIRS = doc src test + +# "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