diff options
| author | Yves Bertot | 2019-11-21 16:52:12 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2019-11-25 16:23:14 +0100 |
| commit | 85b9ab28d11800a7a690267dde7b44eba14505a2 (patch) | |
| tree | 0e57bb3373064b19adf873903f49b93d8846ad6f /mathcomp | |
| parent | 467e24a7c00c8743c209a06ef152c14b2ea72136 (diff) | |
adds a comment so that dead code can be remove when it is no longer used
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/Makefile.common b/mathcomp/Makefile.common index 3bae559..39c9afa 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) - [ ! -f .Makefile.coq.d ] || cp .coqdeps.d .Makefile.coq.d + [ ! -f .Makefile.coq.d ] || cp .coqdeps.d .Makefile.coq.d #can be removed when coq-8.10 compatibility is dropped 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" \ |
