aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Cohen2019-11-29 08:50:04 +0100
committerGitHub2019-11-29 08:50:04 +0100
commit68efa038ad86f16249c02ac3210875a5edcc569a (patch)
tree4534246667e058b13f10aa8c73925a99ac04aee6
parent1c5f53779a92066746bba8817641b55e436992f2 (diff)
parent96d30e3170e01484b21b019186135fc2d6ebcc53 (diff)
Merge pull request #444 from pi8027/fix-makefile
Fix the doc-clean target of Makefile
-rw-r--r--mathcomp/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/Makefile.common b/mathcomp/Makefile.common
index 04c3adc..857ddef 100644
--- a/mathcomp/Makefile.common
+++ b/mathcomp/Makefile.common
@@ -146,4 +146,4 @@ doc: __always__ Makefile.coq
cp ../etc/artwork/coqdoc.css _build_doc/htmldoc
doc-clean:
- rm -r _build_doc/
+ rm -rf _build_doc/