changeset 542:f874c163f5e0

Mention _CoqProject
author Adam Chlipala <adam@chlipala.net>
date Fri, 02 Oct 2015 12:49:58 -0400
parents 429e95d23b26
children af5de2d0b4ed
files src/Large.v
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Large.v	Sat Sep 19 07:44:42 2015 -0400
+++ b/src/Large.v	Fri Oct 02 12:49:58 2015 -0400
@@ -878,4 +878,6 @@
 >>
 
    A downside of this approach is that users of your code may not want to trust the arbitrary Emacs Lisp programs that you are allowed to place in such files, so that they prefer to add mappings manually.
+
+   Relatively recent versions of Coq support another, more principled approach to all this.  A project's list of settings and source files may be saved in a single file named <<_CoqProject>>, which is processed uniformly by recent enough versions of <<coq_makefile>>, Proof General, and CoqIDE.  For details, see the Coq manual.
 *)