aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sphinx/practical-tools
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-04 20:53:52 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-04 20:53:52 +0200
commitd8f85f473a41037544c41d62c0ed1b70430abd14 (patch)
treef4ea76b29f31e7d7dc2b8fb53e8f0c71689cb1f4 /doc/sphinx/practical-tools
parent6b415fab365a21bd8702d7ffe3c8cef8e6290c51 (diff)
parent57726253f21d39022487efc6e595b7bbc6486cbc (diff)
Merge PR #7481: document 7025 (coq_makefile flag variables)
Diffstat (limited to 'doc/sphinx/practical-tools')
-rw-r--r--doc/sphinx/practical-tools/utilities.rst14
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**