summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-01-19 20:36:06 -0800
committertermie <github@anarkystic.com>2012-01-19 20:36:06 -0800
commitd8ddc074f026a2b7c72cdb2107ed8ff790a4bb5f (patch)
tree04d9bec252746b648c3677fe62101ee92de71a73 /docs/Makefile
parented8bf3b7066a7cf6e80d04ab82788cdb89ade3f2 (diff)
get docs working
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 03e3ef3b..79861705 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -47,7 +47,7 @@ clean:
autodoc:
$(SPHINXAPIDOC) -f -o $(SOURCEDIR) ../keystone
-html:
+html: autodoc
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."