aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/Makefile.common
diff options
context:
space:
mode:
authorYves Bertot2019-11-21 16:50:35 +0100
committerMaxime Dénès2019-11-25 16:23:14 +0100
commit467e24a7c00c8743c209a06ef152c14b2ea72136 (patch)
tree556f55c161ddf6e21811174bbf9cad59272c5fb0 /mathcomp/Makefile.common
parent054024e3b03eeb2f4ce93a904d68bcc4f216d38b (diff)
dependency file will change name after coq-8.10
Diffstat (limited to 'mathcomp/Makefile.common')
-rw-r--r--mathcomp/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/mathcomp/Makefile.common b/mathcomp/Makefile.common
index 92e9bfd..3bae559 100644
--- a/mathcomp/Makefile.common
+++ b/mathcomp/Makefile.common
@@ -136,7 +136,8 @@ doc: __always__ Makefile.coq
. ../etc/utils/builddoc_lib.sh; \
cd _build_doc && mangle_sources $(COQFILES)
+cd _build_doc && $(COQMAKE)
- cd _build_doc && grep -v vio: .coqdeps.d > depend
+ [ ! -f .Makefile.coq.d ] || cp .coqdeps.d .Makefile.coq.d
+ cd _build_doc && grep -v vio: .Makefile.coq.d > depend
cd _build_doc && cat depend | ../../etc/buildlibgraph $(COQFILES) > htmldoc/depend.js
cd _build_doc && $(COQBIN)coqdoc -t "Mathematical Components" \
-g --utf8 -R . mathcomp \