From: Paul Brossier Date: Mon, 28 Nov 2016 16:30:27 +0000 (+0100) Subject: doc/Makefile: create and clean _static X-Git-Tag: 0.4.4~143 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=7e78ad82497f17fe52100db819eb17c513c4638a;p=aubio.git doc/Makefile: create and clean _static --- 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."