shithub: aubio

Download patch

ref: 7e78ad82497f17fe52100db819eb17c513c4638a
parent: e48b0727b55dfaae036f17546af04b13451323ef
author: Paul Brossier <piem@piem.org>
date: Mon Nov 28 12:30:27 EST 2016

doc/Makefile: create and clean _static

--- a/doc/Makefile
+++ b/doc/Makefile
@@ -39,9 +39,11 @@
 	@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."