X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2FMakefile;h=f79ee7764d2e0ff614126e3892702f40d0ace5b8;hb=058e4e2485cb1cec765e32c7af73dc13c6b66f14;hp=70c26962e881cf2123c9c06e8ec87dc34892c6ff;hpb=ed27f564d6d1a01faed9868937b5f6d8c1cff6d8;p=tools%2Fsat.git diff --git a/doc/Makefile b/doc/Makefile index 70c2696..f79ee77 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -37,7 +37,7 @@ help: clean: -rm -rf $(BUILDDIR)/* -html: +html: apidoc $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." @@ -137,3 +137,6 @@ doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest @echo "Testing of doctests in the sources finished, look at the " \ "results in $(BUILDDIR)/doctest/output.txt." + +apidoc: + @sphinx-apidoc -o source/commands/apidoc ../src