diff options
| author | Maxime Dénès | 2017-11-15 09:11:47 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-15 09:11:47 +0100 |
| commit | 6de27ad329867fb9d4c35e12ceb7f48901ef7585 (patch) | |
| tree | b66aecaae433f1701bd88153bb7d724a6130c3f2 | |
| parent | 9fd0ccbc88e2aa33e846ac64a92a791f9cf8176c (diff) | |
| parent | 373d7b29b3ca61edbf6bc8d1fa52ed2d069abe6e (diff) | |
Merge PR #6146: coq_makefile: document COQ_SRC_SUBDIRS
| -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 ed41e32161..8f846f2f59 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 |
