diff options
author | Enrico Tassi <Enrico.Tassi@inria.fr> | 2017-11-13 17:55:59 +0100 |
---|---|---|
committer | Enrico Tassi <Enrico.Tassi@inria.fr> | 2017-11-13 17:56:42 +0100 |
commit | 373d7b29b3ca61edbf6bc8d1fa52ed2d069abe6e (patch) | |
tree | a0538be0f0dbeab0439b40a92cdc5b606d70d630 /doc | |
parent | 8d176db01baf9fb4a5e07decb9500ef4a8717e93 (diff) |
coq_makefile: document COQ_SRC_SUBDIRS
Diffstat (limited to 'doc')
-rw-r--r-- | doc/refman/RefMan-uti.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/refman/RefMan-uti.tex b/doc/refman/RefMan-uti.tex index ed41e3216..8f846f2f5 100644 --- a/doc/refman/RefMan-uti.tex +++ b/doc/refman/RefMan-uti.tex @@ -134,6 +134,7 @@ The optional file {\tt CoqMakefile.local} is included by the generated file compiler, like {\tt -bin-annot} or {\tt -w...}. \item[COQC, COQDEP, COQDOC] can be set in order to use alternative binaries (e.g. wrappers) + \item[COQ\_SRC\_SUBDIRS] can be extended by including other paths in which {\tt *.cm*} files are searched. For example {\tt COQ\_SRC\_SUBDIRS+=user-contrib/Unicoq} lets you build a plugin containing OCaml code that depends on the OCaml code of {\tt Unicoq}. \end{description} \item[Rule extension] The following makefile rules can be extended. For example |