aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2020-04-27 16:20:46 +0200
committerThéo Zimmermann2020-04-27 16:20:46 +0200
commite0d7b05789d7c6d341d3001c227d99a278743fd1 (patch)
tree45740caada4597bccda5041fa878588a87196715
parent85d77281bb69e9b0ec802f3955cc732c7bb0d5d3 (diff)
parent67c8f5b9c8954febea512eaa661c71863fda1630 (diff)
Merge PR #12181: Add sphinx-clean option to force full sphinx rebuild
Reviewed-by: Zimmi48
-rw-r--r--Makefile.doc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.doc b/Makefile.doc
index effd624cff..8be032ceb3 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -100,6 +100,9 @@ doc-stdlib: \
full-stdlib: \
doc/stdlib/html/index.html doc/stdlib/FullLibrary.ps doc/stdlib/FullLibrary.pdf
+sphinx-clean:
+ rm -rf $(SPHINXBUILDDIR)
+
.PHONY: plugin-tutorial
plugin-tutorial: states tools
+$(MAKE) COQBIN=$(PWD)/bin/ -C $(PLUGINTUTO)