aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tools/coq_makefile.ml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml
index 4a60cc8ea..02bba6cfe 100644
--- a/tools/coq_makefile.ml
+++ b/tools/coq_makefile.ml
@@ -351,8 +351,10 @@ let variables opt (args,defs) =
let parameters () =
print "NOARG: all\n\n# \n";
- print "# This Makefile may take COQBIN as argument passed as environment variables:\n";
- print "# to specify the directory where Coq binaries resides;\n";
+ print "# This Makefile may take arguments passed as environment variables:\n";
+ print "# COQBIN to specify the directory where Coq binaries resides;\n";
+ print "# ZDEBUG/COQDEBUG to specify debug flags for ocamlc&ocamlopt/coqc;\n";
+ print "# DSTROOT to specify a prefix to install path.\n";
print "Makefile-localvars.gen:\n\t$(COQBIN)coqtop -config > $@\n\n";
print "-include Makefile-localvars.gen\n.SECONDARY: Makefile-localvars.gen\n\n"