X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;h=1f2d855587149e98a9a6736d5b8c81d67d1ff446;hb=3d5c0f46f10bcb26f054af9ab2cf1d910148f9d5;hp=cb3723fe8c9c932c78028236ff63e026cb8479a4;hpb=bf01067a8a73b1a69301c99adbfa76ca836cedb7;p=jansson.git diff --git a/doc/Makefile.am b/doc/Makefile.am index cb3723f..1f2d855 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,9 @@ -EXTRA_DIST = \ - conf.py apiref.rst gettingstarted.rst github_commits.c index.rst \ - tutorial.rst ext/refcounting.py +EXTRA_DIST = conf.py apiref.rst changes.rst conformance.rst \ + gettingstarted.rst github_commits.c index.rst tutorial.rst \ + ext/refcounting.py SPHINXBUILD = sphinx-build -SPHINXOPTS = -d _build/doctrees -W +SPHINXOPTS = -d _build/doctrees $(SPHINXOPTS_EXTRA) html-local: $(SPHINXBUILD) -b html $(SPHINXOPTS) $(srcdir) _build/html