@@ -45,25 +45,6 @@ all: config build
4545.PHONY : pre-makefile
4646
4747Makefile.coq : pre-makefile $(COQPROJECT ) Makefile
48- (echo " From mathcomp.algebra Require Import interval_inference." > test_interval_inference.v \
49- && ($( COQC) test_interval_inference.v > /dev/null 2>&1 ) \
50- && test -f interval_inference.v -o -f reals/interval_inference.v \
51- && touch rm_interval_inference) || true
52- $(RM ) test_interval_inference.v
53- test -f rm_interval_inference \
54- && sed -i.bak ' /interval_inference/ d' $(COQPROJECT ) \
55- && $(RM ) $(COQPROJECT ) .bak || true
56- test -f rm_interval_inference \
57- && sed -i.bak ' /interval_inference/ d' all_reals.v \
58- && $(RM ) all_reals.v.bak || true
59- test -f rm_interval_inference \
60- && sed -i.bak ' /interval_inference/ d' reals/all_reals.v \
61- && $(RM ) reals/all_reals.v.bak || true
62- test -f rm_interval_inference && $(RM ) interval_inference.v || true
63- test -f rm_interval_inference && $(RM ) reals/interval_inference.v || true
64- $(RM ) rm_interval_inference
65- # Remove everything above when requiring mathcomp >= 2.4.0
66- # (also remove file reals/interval_inference.v and references to it)
6748 $(COQMAKEFILE ) $(COQMAKEFILEOPTIONS ) -f $(COQPROJECT ) -o Makefile.coq
6849
6950# Global config, build, clean and distclean --------------------------
@@ -142,6 +123,5 @@ html: build $(DOCDIR)/dependency_graph.dot
142123 -hierarchy-graph $(DOCDIR ) /hierarchy_graph.dot \
143124 -index-blacklist etc/rocqnavi_index-blacklist \
144125 -show-type-information-using-coqtop-process \
145- -external https://math-comp.github.io/htmldoc_2_3_0/ mathcomp.ssreflect \
146- -external https://math-comp.github.io/htmldoc_2_3_0/ mathcomp.algebra
147-
126+ -external https://math-comp.github.io/htmldoc_2_4_0/ mathcomp.ssreflect \
127+ -external https://math-comp.github.io/htmldoc_2_4_0/ mathcomp.algebra
0 commit comments