diff options
| author | Pierre Courtieu | 2015-04-27 15:40:48 +0200 |
|---|---|---|
| committer | Pierre Courtieu | 2015-09-10 15:02:18 +0200 |
| commit | 238725dd24d43574690b0111761b705753d3bee2 (patch) | |
| tree | 060fb1cdbd5c4ba299459fe50493baeba2a292d4 | |
| parent | 3140d22d75ac3f30e97c799a05819b8838d167ca (diff) | |
typo in refman.
| -rw-r--r-- | doc/refman/RefMan-uti.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-uti.tex b/doc/refman/RefMan-uti.tex index 0729391062..c282083b5c 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 |
