From 6b649aba925b6f7462da07599fe67ebb12a3460e Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Wed, 28 Jul 2004 21:54:47 +0000 Subject: Imported Upstream version 8.0pl1 --- man/coqmktop.1 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 man/coqmktop.1 (limited to 'man/coqmktop.1') diff --git a/man/coqmktop.1 b/man/coqmktop.1 new file mode 100644 index 00000000..05e73d75 --- /dev/null +++ b/man/coqmktop.1 @@ -0,0 +1,41 @@ +.TH COQ 1 "April 25, 2001" + +.SH NAME +coqmktop \- The Coq Proof Assistant user-tactics linker + + +.SH SYNOPSIS +.B coqmktop +[ +.I options +] +.I files + + +.SH DESCRIPTION + +.B coqmktop +builds a new Coq toplevel extended with user-tactics. +.IR files \& +are the Objective Caml object or library files (i.e. with suffix .cmo, +.cmx, .cma or .cmxa) to link with the Coq system. +The linker produces an executable Coq toplevel which can be called +directly or through coqc(1), using the -image option. + +.SH OPTIONS + +.TP +.BI \-h +Help. List the available options. + +.SH SEE ALSO + +.BR coqtop (1), +.BR ocamlmktop (1). +.BR ocamlc (1). +.BR ocamlopt (1). +.br +.I +The Coq Reference Manual. +.I +The Coq web site: http://coq.inria.fr -- cgit v1.2.3