jansson/doc/Makefile.am

21 lines
528 B
Makefile
Raw Normal View History

2010-04-03 18:49:38 +08:00
EXTRA_DIST = conf.py apiref.rst changes.rst conformance.rst \
2011-10-07 02:22:59 +08:00
gettingstarted.rst github_commits.c index.rst portability.rst \
tutorial.rst upgrading.rst ext/refcounting.py
2009-08-03 02:26:37 +08:00
SPHINXBUILD = sphinx-build
SPHINXOPTS = -d _build/doctrees $(SPHINXOPTS_EXTRA)
html-local:
$(SPHINXBUILD) -b html $(SPHINXOPTS) $(srcdir) _build/html
install-html-local: html
mkdir -p $(DESTDIR)$(htmldir)
cp -r _build/html $(DESTDIR)$(htmldir)
uninstall-local:
rm -rf $(DESTDIR)$(htmldir)
2009-08-03 02:26:37 +08:00
clean-local:
rm -rf _build
rm -f ext/refcounting.pyc