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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
.TH ALLEGRO 1 "26 April 2012" Version 4.4.2
.SH NAME
allegro-dev-tools - collection of useful tools for Allegro 4 developers
.SH SYNOPSIS
.B colormap
[OPTIONS]
.br
.B dat
[OPTIONS]
.br
.B dat2c
[OPTIONS]
.br
.B dat2s
[OPTIONS]
.br
.B exedat
[OPTIONS]
.br
.B grabber
[OPTIONS]
.br
.B pack
[OPTIONS]
.br
.B pat2dat
[OPTIONS]
.br
.B rgbmap
[OPTIONS]
.br
.B textconv
[OPTIONS]
.br
.SH DESCRIPTION
.PP
The listed tools are distributed with the Allegro 4 package to help
developers on their work. They are intended to prepare some data
(pat2dat, rgbmap, textconf) or create and manage data files that are
used by the Allegro library (dat, dat2c, dat2s, exedat, grabber, pack). Call
this programs from the command line to print some help about their
usage.
.SH SEE ALSO
.BR allegro-config (1)
.br
The
.BR allegro
info entry
.br
Additional documentation and example files are contained in the allegro4-doc package on Debian systems.
.SH COPYRIGHT
This manual page was written by Eduard Bloch <blade@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
|