1EXTRA_DIST = CHANGES LICENSE README.rst CMakeLists.txt cmake android examples
2SUBDIRS = doc src test
3
4# "make distcheck" builds the dvi target, so use it to check that the
5# documentation is built correctly.
6dvi:
7	$(MAKE) SPHINXOPTS_EXTRA=-W html
8
9pkgconfigdir = $(libdir)/pkgconfig
10pkgconfig_DATA = jansson.pc
11