diff options
| author | Enrico Tassi | 2018-04-20 10:24:01 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-04-20 10:35:44 +0200 |
| commit | e9faaa3129f74c91313e5bbcf658d891bd351319 (patch) | |
| tree | 172cf431821fbe116f55de54c6d5bc3075182da5 /mathcomp | |
| parent | 24a7fea1648991a77fc4ff86a972b0a3935678c8 (diff) | |
Fix the script that generates the doc
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mathcomp/Makefile b/mathcomp/Makefile index e45d627..07f1869 100644 --- a/mathcomp/Makefile +++ b/mathcomp/Makefile @@ -23,7 +23,8 @@ MAKEFLAGS+=-B -f Makefile.coq $* \ COQDEP='$(COQDEP) -exclude-dir plugin -c' -clean: +clean: + $(H)[ -e Makefile.coq ] || $(call coqmakefile,ssreflect) $(H)MAKEFLAGS="$(OLD_MAKEFLAGS)" $(MAKE) --no-print-directory \ -f Makefile.coq clean $(H)rm -f Makefile.coq |
