1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
.\" TODO: actually document this thing
.TH COQ_MAKEFILE 1
.
.SH NAME
coq_makefile \- generate makefiles for Coq proof development
.
.
.SH SYNOPSIS
.B coq_makefile
[
.I arguments
]
.
.SH DESCRIPTION
.
.B coq_makefile
is a makefile generator for Coq proof developments.
.
.SH OPTIONS
.
.TP
.B \-h
Will give you a description of the whole list of options of
.BR coq_makefile .
.
.SH SEE ALSO
.
.BR coqtop (1),
.BR coqtc (1),
.BR coqdep (1)
.PP
.I
The Coq Reference Manual.
.PP
The Coq web site: http://coq.inria.fr
|