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

coqdoc: remove unnecessary --coqlib flag

The default works just fine (nowadays), so let's use that.
parent 7984fa01
No related branches found
No related tags found
1 merge request!184Update to latest Coq 8.15 and mathcomp 1.14
......@@ -17,7 +17,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/htmldoc/ mathcomp $(COQDOCEXTRAFLAGS)
+COQDOCFLAGS?=-interpolate -utf8 --parse-comments --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