aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-10-22 21:10:34 -0400
committerMarti Bolivar <mbolivar@mit.edu>2010-10-22 21:10:34 -0400
commit30ac55d80c18e93f9c39a6dd850c10f9e7fd92ac (patch)
treea1713ed6562819a38b86cb7a84362ea601a048d5 /Makefile
parent85c1c72db022bba891868afd3375e39dbe245701 (diff)
downloadlibrambutan-30ac55d80c18e93f9c39a6dd850c10f9e7fd92ac.tar.gz
librambutan-30ac55d80c18e93f9c39a6dd850c10f9e7fd92ac.zip
docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c182a90..eb14c90 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ help:
clean:
-rm -rf $(BUILDDIR)/*
-html: doxygen
+html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."