Removed api make from makefile (although maybe it belongs there?

This commit is contained in:
Alan Saul 2013-02-08 16:06:11 +00:00
parent b9414c1b01
commit cb9bb210b4

View file

@ -3,7 +3,6 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXAPI_DOC = sphinx-apidoc
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
@ -44,10 +43,6 @@ clean:
html:
$(SPHINXAPI_DOC) -f -o . ../GPy
@echo
@echo "API doc finished."
@echo
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."