doc/Makefile: create and clean _static
authorPaul Brossier <piem@piem.org>
Mon, 28 Nov 2016 16:30:27 +0000 (17:30 +0100)
committerPaul Brossier <piem@piem.org>
Mon, 28 Nov 2016 16:30:27 +0000 (17:30 +0100)
doc/Makefile

index 8b0b81d..b93571d 100644 (file)
@@ -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."