aboutsummaryrefslogtreecommitdiff
path: root/doc/refman
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-09-23 18:35:09 +0200
committerPierre-Marie Pédrot2016-09-23 18:35:09 +0200
commita321074cdd2f9375662c7c9f17be5c045328bd82 (patch)
tree80936ec5824dc0049d1a1f3eabc81616bd29600c /doc/refman
parent20d6c289bff303ec1a4cab3a56431989d0e527d2 (diff)
parent464c680b631e1ba892f2171a36002d6ca184bc4f (diff)
Merge branch 'v8.5' into v8.6
Diffstat (limited to 'doc/refman')
-rw-r--r--doc/refman/RefMan-uti.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refman/RefMan-uti.tex b/doc/refman/RefMan-uti.tex
index 10271ce0ca..9962ce9961 100644
--- a/doc/refman/RefMan-uti.tex
+++ b/doc/refman/RefMan-uti.tex
@@ -102,7 +102,7 @@ generator using for instance the command:
This command generates a file \texttt{Makefile} that can be used to
compile all the sources of the current project. It follows the
-syntax described by the output of \texttt{\% coq\_makefile ----help}.
+syntax described by the output of \texttt{\% coq\_makefile -{}-help}.
Once the \texttt{Makefile} file has been generated a first time, it
can be used by the \texttt{make} command to compile part or all of
the project. Note that once it has been generated once, as soon as
@@ -112,8 +112,8 @@ automatically regenerated by an invocation of \texttt{make}.
The following command generates a minimal example of
\texttt{\_CoqProject} file:
\begin{quotation}
-\texttt{\% \{ echo '-R .} \textit{MyFancyLib} \texttt{' ; find . -name
- '*.v' -print \} > \_CoqProject}
+\texttt{\% ( echo "-R .\ }\textit{MyFancyLib}\texttt{" ; find .\ -name
+ "*.v" -print ) > \_CoqProject}
\end{quotation}
when executed at the root of the directory containing the
project. Here the \texttt{\_CoqProject} lists all the \texttt{.v} files