Now hacking makefile..:

This commit is contained in:
Alan Saul 2013-02-08 15:30:51 +00:00
parent e9e0187a98
commit 3d7bf6698a
2 changed files with 10 additions and 4 deletions

View file

@ -41,6 +41,10 @@ help:
clean:
-rm -rf $(BUILDDIR)/*
CWD=$(shell sphinx-apidoc -f -o . ../GPy)
all:
@echo api build: $(CWD).
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo