summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-18 02:14:12 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-18 02:14:12 +0100
commitaaf44d8f8f692c03a448313354e53e6a42025f34 (patch)
tree932bf91748f7e3ffc2bc62761d1f7a723b8ff23d /Makefile
parent6e3827f3da4428e68a31bf9eb94f3b48fc643aa4 (diff)
downloaddocs-aaf44d8f8f692c03a448313354e53e6a42025f34.tar.gz
docs-aaf44d8f8f692c03a448313354e53e6a42025f34.tar.bz2
docs-aaf44d8f8f692c03a448313354e53e6a42025f34.zip
comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c0272779..af3a84e9 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,8 @@ help:
clean:
rm -rf $(BUILDDIR)/*
+# The html-linked builder does not support caching, so we
+# remove all cached state first.
html:
rm -rf $(BUILDDIR)/*
$(SPHINXBUILD) -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html