aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/Makefile.common
diff options
context:
space:
mode:
authorMaxime Dénès2019-11-20 14:02:53 +0100
committerMaxime Dénès2019-11-25 16:23:14 +0100
commitc08f721483b7d6e8da64f8f475ce68bbaff5b05c (patch)
tree31373336beb49bf9b0e892cab218e7c076742ca5 /mathcomp/Makefile.common
parent81802638190ade2b989f34eb7afb92a1413f59c6 (diff)
Add missing dependencies
Spotted by Yves.
Diffstat (limited to 'mathcomp/Makefile.common')
-rw-r--r--mathcomp/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/Makefile.common b/mathcomp/Makefile.common
index 2dc4396..575ea2b 100644
--- a/mathcomp/Makefile.common
+++ b/mathcomp/Makefile.common
@@ -128,7 +128,7 @@ endif
%.vo: __always__ Makefile.coq
+$(COQMAKE) $@
-doc:
+doc: __always__ Makefile.coq
mkdir -p _build_doc/
cp -r $(COQFILES) -t _build_doc/ --parents
cp Make Makefile* _build_doc