aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--distrib/.cvsignore1
-rw-r--r--man/coq_makefile.134
-rw-r--r--man/coqc.12
-rw-r--r--man/coqmktop.141
-rw-r--r--man/coqtop.12
-rw-r--r--man/coqtop.byte.12
-rw-r--r--man/coqtop.opt.12
8 files changed, 82 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 946a54453..a6c2ea351 100644
--- a/Makefile
+++ b/Makefile
@@ -597,7 +597,8 @@ install-library:
cp tools/coq.el $(FULLEMACSLIB)
MANPAGES=man/coq-tex.1 man/coqdep.1 man/gallina.1 \
- man/coqc.1 man/coqtop.1 man/coqtop.byte.1 man/coqtop.opt.1
+ man/coqc.1 man/coqtop.1 man/coqtop.byte.1 man/coqtop.opt.1 \
+ man/coq_makefile.1 man/coqmktop.1
install-manpages:
$(MKDIR) $(FULLMANDIR)/man1
diff --git a/distrib/.cvsignore b/distrib/.cvsignore
index 8f38c5ecd..5785b1369 100644
--- a/distrib/.cvsignore
+++ b/distrib/.cvsignore
@@ -13,3 +13,4 @@ coq-*
contrib-*
patch-*
deb_build
+coq.spec
diff --git a/man/coq_makefile.1 b/man/coq_makefile.1
new file mode 100644
index 000000000..a24f66b7c
--- /dev/null
+++ b/man/coq_makefile.1
@@ -0,0 +1,34 @@
+.TH COQ 1 "April 25, 2001"
+
+.SH NAME
+coq_makefile \- The Coq Proof Assistant makefile generator
+
+
+.SH SYNOPSIS
+.B coq_makefile
+[
+.B arguments
+]
+
+.SH DESCRIPTION
+
+.B coq_makefile
+is a makefile generator for Coq proof developments.
+
+.SH OPTIONS
+
+.TP
+.BI \-h
+Will give you a description of the whole list of options of coqc and
+coqtop.
+
+.SH SEE ALSO
+
+.BR coqtop (1),
+.BR coqtc (1),
+.BR coqdep (1).
+.br
+.I
+The Coq Reference Manual.
+.I
+The Coq web site: http://coq.inria.fr
diff --git a/man/coqc.1 b/man/coqc.1
index 96fbcc2ae..0535e6e29 100644
--- a/man/coqc.1
+++ b/man/coqc.1
@@ -1,4 +1,4 @@
-.TH COQ 1 "April 24, 2001"
+.TH COQ 1 "April 25, 2001"
.SH NAME
coqc \- The Coq Proof Assistant compiler
diff --git a/man/coqmktop.1 b/man/coqmktop.1
new file mode 100644
index 000000000..05e73d759
--- /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
diff --git a/man/coqtop.1 b/man/coqtop.1
index 5662a3dc4..9f5d8ac71 100644
--- a/man/coqtop.1
+++ b/man/coqtop.1
@@ -1,4 +1,4 @@
-.TH COQ 1 "April 24, 2001"
+.TH COQ 1 "April 25, 2001"
.SH NAME
coqtop \- The Coq Proof Assistant toplevel system
diff --git a/man/coqtop.byte.1 b/man/coqtop.byte.1
index 4248c9e3d..ad1a358c3 100644
--- a/man/coqtop.byte.1
+++ b/man/coqtop.byte.1
@@ -1,4 +1,4 @@
-.TH COQ 1 "April 24, 2001"
+.TH COQ 1 "April 25, 2001"
.SH NAME
coqtop.byte \- The bytecode Coq toplevel
diff --git a/man/coqtop.opt.1 b/man/coqtop.opt.1
index 8b6b362a1..17c763da3 100644
--- a/man/coqtop.opt.1
+++ b/man/coqtop.opt.1
@@ -1,4 +1,4 @@
-.TH COQ 1 "April 24, 2001"
+.TH COQ 1 "April 25, 2001"
.SH NAME
coqtop.opt \- The native-code Coq toplevel