diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-06-04 20:53:52 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-06-04 20:53:52 +0200 |
commit | d8f85f473a41037544c41d62c0ed1b70430abd14 (patch) | |
tree | f4ea76b29f31e7d7dc2b8fb53e8f0c71689cb1f4 /doc | |
parent | 6b415fab365a21bd8702d7ffe3c8cef8e6290c51 (diff) | |
parent | 57726253f21d39022487efc6e595b7bbc6486cbc (diff) |
Merge PR #7481: document 7025 (coq_makefile flag variables)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/practical-tools/utilities.rst | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/sphinx/practical-tools/utilities.rst b/doc/sphinx/practical-tools/utilities.rst index 59a88771a..5dba92429 100644 --- a/doc/sphinx/practical-tools/utilities.rst +++ b/doc/sphinx/practical-tools/utilities.rst @@ -139,7 +139,19 @@ Here we describe only few of them. can be extended by including other paths in which ``*.cm*`` files are searched. For example ``COQ_SRC_SUBDIRS+=user-contrib/Unicoq`` lets you build a plugin containing OCaml code that depends on the - OCaml code of ``Unicoq``. + OCaml code of ``Unicoq`` +:COQFLAGS: + override the flags passed to ``coqc``. By default ``-q``. +:COQEXTRAFLAGS: + extend the flags passed to ``coqc`` +:COQCHKFLAGS: + override the flags passed to ``coqchk``. By default ``-silent -o``. +:COQCHKEXTRAFLAGS: + extend the flags passed to ``coqchk`` +:COQDOCFLAGS: + override the flags passed to ``coqdoc``. By default ``-interpolate -utf8``. +:COQDOCEXTRAFLAGS: + extend the flags passed to ``coqdoc`` **Rule extension** |