diff options
| author | Maxime Dénès | 2019-11-20 14:02:53 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2019-11-25 16:23:14 +0100 |
| commit | c08f721483b7d6e8da64f8f475ce68bbaff5b05c (patch) | |
| tree | 31373336beb49bf9b0e892cab218e7c076742ca5 /mathcomp | |
| parent | 81802638190ade2b989f34eb7afb92a1413f59c6 (diff) | |
Add missing dependencies
Spotted by Yves.
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 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 |
