summaryrefslogtreecommitdiff
path: root/lib/spack/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/docs/Makefile')
-rw-r--r--lib/spack/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/Makefile b/lib/spack/docs/Makefile
index 302ffd4c97..f9eae29187 100644
--- a/lib/spack/docs/Makefile
+++ b/lib/spack/docs/Makefile
@@ -74,7 +74,7 @@ clean:
-rm -f package_list.rst command_index.rst
-rm -rf $(BUILDDIR)/* $(APIDOC_FILES)
-html: apidoc
+html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."