diff options
| author | Erik Martin-Dorel | 2016-09-18 17:02:10 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-09-19 21:02:25 +0200 |
| commit | c46981cfcdfe804178e1fe48a8489de6f7733c9c (patch) | |
| tree | 966c1614765a3f2b1fc4972eda30ded84eb2f958 | |
| parent | 2aaa58c22e37b05e3637ac7161bb464da7db054a (diff) | |
Fix typos in RefMan-uti.tex.
- Ensure "coq_makefile --help" is properly typeset with HeVeA/PdfLaTeX
- Replace 's with "s so they are typeset as true ASCII characters
- Add missing ; before closing brace.
| -rw-r--r-- | doc/refman/RefMan-uti.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refman/RefMan-uti.tex b/doc/refman/RefMan-uti.tex index c282083b5c..3bac7f5c1b 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 |
