diff options
| author | Théo Zimmermann | 2020-04-27 16:20:46 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-04-27 16:20:46 +0200 |
| commit | e0d7b05789d7c6d341d3001c227d99a278743fd1 (patch) | |
| tree | 45740caada4597bccda5041fa878588a87196715 | |
| parent | 85d77281bb69e9b0ec802f3955cc732c7bb0d5d3 (diff) | |
| parent | 67c8f5b9c8954febea512eaa661c71863fda1630 (diff) | |
Merge PR #12181: Add sphinx-clean option to force full sphinx rebuild
Reviewed-by: Zimmi48
| -rw-r--r-- | Makefile.doc | 3 |
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) |
