2016-08-31 02:09:28 +08:00
|
|
|
EXTRA_DIST = CHANGES LICENSE README.rst CMakeLists.txt cmake android examples
|
2009-08-03 02:26:37 +08:00
|
|
|
SUBDIRS = doc src test
|
2009-10-25 05:18:03 +08:00
|
|
|
|
2011-03-11 03:24:44 +08:00
|
|
|
# "make distcheck" builds the dvi target, so use it to check that the
|
|
|
|
# documentation is built correctly.
|
|
|
|
dvi:
|
2010-09-07 01:46:14 +08:00
|
|
|
$(MAKE) SPHINXOPTS_EXTRA=-W html
|
2010-01-17 19:57:20 +08:00
|
|
|
|
2010-01-08 01:28:00 +08:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = jansson.pc
|