diff options
| author | herbelin | 2011-04-14 18:47:38 +0000 |
|---|---|---|
| committer | herbelin | 2011-04-14 18:47:38 +0000 |
| commit | f36693e6a38ef7395905f7388da3d450cf5b3b5a (patch) | |
| tree | aad9678c1df92ab33a4f30611a8ccf7f0c48371b /doc | |
| parent | 3f787586c709a75e73837e4384d10752079bc646 (diff) | |
Add directories in COQPATH to search path.
This is to allow users to install plugins when coq is installed system-wide.
Signed-off-by: Tom Prince <tom.prince@ualberta.net>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14001 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/refman/RefMan-com.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/refman/RefMan-com.tex b/doc/refman/RefMan-com.tex index 22417d60e8..5af57aefc5 100644 --- a/doc/refman/RefMan-com.tex +++ b/doc/refman/RefMan-com.tex @@ -70,9 +70,11 @@ option \verb:-q:. \section[Environment variables]{Environment variables\label{EnvVariables} \index{Environment variables}} -There are three environment variables used by the \Coq\ system. +There are four environment variables used by the \Coq\ system. \verb:$COQBIN: for the directory where the binaries are, -\verb:$COQLIB: for the directory where the standard library is, and +\verb:$COQLIB: for the directory where the standard library is, +\verb:$COQPATH: for a list of directories seperated by \verb|:| +(\verb|;| on windows) to add to the load path, and \verb:$COQTOP: for the directory of the sources. The latter is useful only for developers that are writing their own tactics and are using \texttt{coq\_makefile} (see \ref{Makefile}). If \verb:$COQBIN: or |
