Skip to content
Snippets Groups Projects
Commit 3c2bd740 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

update mathcomp documentation URL

The mathcomp coqdoc documentation is now at:

   https://math-comp.github.io/htmldoc/

Tweak our Makefile accordingly.
parent d5a2f2c7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
COQFLAGS?=-q $(OTHERFLAGS) $(COQEXTRAFLAGS)
COQCHKFLAGS?=-silent -o $(COQCHKEXTRAFLAGS)
-COQDOCFLAGS?=-interpolate -utf8 $(COQDOCEXTRAFLAGS)
+COQDOCFLAGS?=-interpolate -utf8 --parse-comments --coqlib https://coq.inria.fr/distrib/current/stdlib/ --external https://math-comp.github.io/math-comp/htmldoc/ mathcomp $(COQDOCEXTRAFLAGS)
+COQDOCFLAGS?=-interpolate -utf8 --parse-comments --coqlib https://coq.inria.fr/distrib/current/stdlib/ --external https://math-comp.github.io/htmldoc/ mathcomp $(COQDOCEXTRAFLAGS)
COQDOCLIBS?=$(COQLIBS_NOML)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment