aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Bertot2019-11-20 15:34:31 +0100
committerMaxime Dénès2019-11-25 16:23:14 +0100
commit054024e3b03eeb2f4ce93a904d68bcc4f216d38b (patch)
tree6d0ed0f250a1995a9254734d1af8c14a4cd10508
parentc08f721483b7d6e8da64f8f475ce68bbaff5b05c (diff)
things that are needed to make 'make doc' work
-rw-r--r--mathcomp/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/Makefile.common b/mathcomp/Makefile.common
index 575ea2b..92e9bfd 100644
--- a/mathcomp/Makefile.common
+++ b/mathcomp/Makefile.common
@@ -136,7 +136,7 @@ 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: .Makefile.coq.d > depend
+ cd _build_doc && grep -v vio: .coqdeps.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 \