X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=a141cd54ca0f5bcd1f1c4ac5fcba97507bcfc3a6;hb=06eb436008270420b10ed748c9f83c3d5464ff94;hp=e64f3971255ad0e8a5031aa6ab0d358ee319a242;hpb=59c58ea26c61d92d257b7a5971bcd3bdb235177f;p=jansson.git diff --git a/Makefile.am b/Makefile.am index e64f397..a141cd5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST = CHANGES LICENSE README.rst SUBDIRS = doc src test -distcheck-hook: - sphinx-build -b html -W \ - $(distdir)/doc \ - $(distdir)/_build/doc/.build/html +check-local: html + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = jansson.pc