From 4f8ba5f0651eb986a63ffc58c072ed06fac0f53b Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Wed, 6 Apr 2016 16:01:44 +0200 Subject: Also enable warnings for doc generator. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7df9e73f..4cc83f89 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ documentation: doc/coq2html $(FILES) cp doc/coq2html.css doc/coq2html.js doc/html/ doc/coq2html: doc/coq2html.ml - ocamlopt -o doc/coq2html str.cmxa doc/coq2html.ml + ocamlopt -w +a-29 -o doc/coq2html str.cmxa doc/coq2html.ml doc/coq2html.ml: doc/coq2html.mll ocamllex -q doc/coq2html.mll @@ -262,7 +262,7 @@ check-admitted: $(FILES) # UnionFind.UF.elt gives "Anomaly: Uncaught exception Reduction.NotConvertible" check-proof: $(FILES) - $(COQCHK) -admit Integers -admit Floats -admit AST -admit Asm -admit Mach -admit UnionFind Complements + $(COQCHK) -admit Integers -admit Floats -admit AST -admit Asm -admit Mach -admit UnionFind Complements print-includes: @echo $(COQINCLUDES) -- cgit