aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Dénès2017-08-29 14:34:17 +0200
committerMaxime Dénès2017-08-29 14:34:17 +0200
commit75d70664156bf1715b4eb9933a684a344f43467d (patch)
tree0f98f6fb7b1d39e8aae86c45ba7b2e36b3a91f53 /doc
parent0c566066f92728d9a848e1f60f52dd09c1a727f2 (diff)
parent2def58217686b5083da38778a5ebffb451b1d4d6 (diff)
Merge PR #773: [flags] Remove XML output flag.
Diffstat (limited to 'doc')
-rw-r--r--doc/tools/Translator.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/Translator.tex b/doc/tools/Translator.tex
index ed1d336d9e..3ee65d6f22 100644
--- a/doc/tools/Translator.tex
+++ b/doc/tools/Translator.tex
@@ -614,7 +614,7 @@ is compiled by a Makefile with the following constraints:
\begin{itemize}
\item compilation is achieved by invoking make without specifying a target
\item options are passed to Coq with make variable COQFLAGS that
- includes variables OPT, COQLIBS, OTHERFLAGS and COQ_XML.
+ includes variables OPT, COQLIBS, and OTHERFLAGS.
\end{itemize}
These constraints are met by the makefiles produced by {\tt coq\_makefile}