add meaningful copyright to jansson-impl.hpp too
[jansson.git] / doc / Makefile.am
1 EXTRA_DIST = \
2         conf.py apiref.rst gettingstarted.rst github_commits.c index.rst \
3         tutorial.rst ext/refcounting.py
4
5 SPHINXBUILD = sphinx-build
6 SPHINXOPTS = -d _build/doctrees -W
7
8 html-local:
9         $(SPHINXBUILD) -b html $(SPHINXOPTS) $(srcdir) _build/html
10
11 install-html-local: html
12         mkdir -p $(DESTDIR)$(htmldir)
13         cp -r _build/html $(DESTDIR)$(htmldir)
14
15 uninstall-local:
16         rm -rf $(DESTDIR)$(htmldir)
17
18 clean-local:
19         rm -rf _build
20         rm -f ext/refcounting.pyc