From 7e78ad82497f17fe52100db819eb17c513c4638a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 28 Nov 2016 17:30:27 +0100 Subject: [PATCH] doc/Makefile: create and clean _static --- doc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 8b0b81d1..b93571d0 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -39,9 +39,11 @@ help: @echo " doctest to run all doctests embedded in the documentation (if enabled)" clean: + -rm -rf _static -rm -rf $(BUILDDIR)/* html: + mkdir -p _static $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." -- 2.11.0