add setup-plt and mzc man pages

svn: r8232
This commit is contained in:
Matthew Flatt 2008-01-05 23:41:46 +00:00
parent 8058a22f13
commit 387299d2d7
3 changed files with 93 additions and 1 deletions

45
man/man1/mzc.1 Normal file
View File

@ -0,0 +1,45 @@
.\" dummy line
.TH MZC 1 "January 2008"
.UC 4
.SH NAME
mzc \- The PLT Scheme compiler tool
.SH SYNOPSIS
.B mzscheme
[
.I option ...
] [
.I argument ...
]
.SH DESCRIPTION
.B mzc
performs various tasks such as compiling Scheme source to bytecode,
packaging executables, and packaging installable archives.
.PP
Run
.PP
mzc --help
.PP
for a list of command-line options.
.SH MORE INFORMATION
For further information, run
.PP
plt-help
.PP
to open installed documentation in your web browser.
.PP
Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.plt-scheme.org/software/mzc/
.SH AUTHOR
.B mzc
was implemented by PLT, http://www.plt-scheme.org/.
.SH SEE ALSO
.BR plt-help(1),
.BR mzscheme(1),
.BR drscheme(1)

View File

@ -57,4 +57,6 @@ It was originally based on libscheme, written by Brent Benson.
.SH SEE ALSO
.BR plt-help(1),
.BR drscheme(1),
.BR mred(1)
.BR mred(1),
.BR setup-plt(1),
.BR mzc(1)

45
man/man1/setup-plt.1 Normal file
View File

@ -0,0 +1,45 @@
.\" dummy line
.TH SETUP-PLT 1 "January 2008"
.UC 4
.SH NAME
setup-plt \- The PLT Scheme setup tool
.SH SYNOPSIS
.B setup-plt
[
.I option ...
] [
.I argument ...
]
.SH DESCRIPTION
Setup PLT
performs various installation and setup tasks for a PLT Scheme
installation.
.PP
Run
.PP
setup-plt --help
.PP
for a list of command-line options.
.SH MORE INFORMATION
For further information, run
.PP
plt-help
.PP
to open installed documentation in your web browser.
.PP
Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.plt-scheme.org/
.SH AUTHOR
Setup PLT
was implemented by PLT, http://www.plt-scheme.org/.
.SH SEE ALSO
.BR plt-help(1),
.BR mzscheme(1),
.BR drscheme(1)