HCoop backport of SML/NJ for ml-nlffigen
[hcoop/zz_old/debian/smlnj.git] / debian / ml-build.1
1 .TH ml-build 1 "October 25, 2002"
2 .SH NAME
3 ml-build \- for generating standalone programs
4 .SH SYNOPSIS
5 .B ml-build
6 .RI "[ " DU-options " ]" " root-group main-function heapfile"
7 .br
8 .SH DESCRIPTION
9 This manual page documents briefly the
10 .B ml-build
11 command.
12 This manual page was written for the Debian distribution
13 because the original program does not have a manual page.
14 The
15 .B ml-build
16 script is part of the
17 .B SML/NJ CM
18 (Compilation and Library Manager) that is used to generate standalone
19 programs.
20 .SH OPTIONS
21 A summary of options is included below.
22 .TP
23 .BI -D name = value
24 Set CM variable to given value.
25 .TP
26 .BI -D name
27 Set CM variable to 1.
28 .TP
29 .BI -U name
30 Unset CM variable.
31 .SH SEE ALSO
32 .BR sml (1),
33 .BR ml-lex (1),
34 .BR ml-makedepend (1),
35 .BR ml-yacc (1).
36 .br
37 The programs are documented fully by
38 .IR "CM: The SML/NJ Compilation and Library Manager, User Manual" ,
39 Matthias Blume, which is
40 available via <http://cm.bell-labs.com/cm/cs/what/smlnj/doc/CM/new.pdf>.
41 .SH AUTHOR
42 This manual page was written by Aaron Matthew Read <amread@nyx.net>,
43 for the Debian GNU/Linux system (but may be used by others).