1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 22:29:31 +00:00
cc65/packages/debian/cc65.1
spiro 1b40f35a61 Update debian package generation.
Fix and update generation of debian packages to recent SVN versions.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5401 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-15 12:52:39 +00:00

52 lines
1.2 KiB
Groff

.TH CC65 1
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH CC65
CC65 \- 6502 C crosscompiler/crossassembler
.SH SYNOPSIS
.B ar65
.I "<operation> lib file|module ..."
.br
.B ca65
.I "[options] file"
.br
.B ca65html
.I "[options] file ..."
.br
.B cc65
.I "[options] file ..."
.br
.B cl65
.I "[options] file ..."
.br
.B da65
.I "[options] file ..."
.br
.B grc65
.I "[options] file"
.br
.B ld65
.I "[options] module ..."
.br
.B od65
.I "[options] file [options] [file]"
.SH "DESCRIPTION"
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
Instead, it has documentation in the GNU Info format; see below.
.SH OPTIONS
The programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options are included below.
For a complete description, see the Info files and/or the documentation
in /usr/share/doc/cc65.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-V, \-\-version
Show version of program.
.SH AUTHOR
This manual page was written by Michael Klein <michael.klein@puffin.lb.shuttle.de>,
for the Debian GNU/Linux system (but may be used by others).