pvpgn-server/man/bnibuild.1

74 lines
2.2 KiB
Groff
Raw Normal View History

.\"
.\" Copyright (C) 2000 Ross Combs (ross@bnetd.org)
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH BNIBUILD 1 "6 November, 2000" "BNETD" "BNETD User's Manual"
.SH NAME
bnibuild \- build a Battle.net icon file from a directory of Targa icon files
.SH SYNOPSIS
.B bnibuild
[\fIoptions\fP]
[--]
\fIinputdir\fP
[\fIbnifile\fP]
.SH DESCRIPTION
.B bnibuild
is a simple program which will convert a directory with a text file named
.I bniindex.lst
and associated Targa image file into a single Battle.net icon file.
.LP
If
.I bnifile
is not specified or is specified as "-", the standard output will be used.
.LP
FIXME: specify format of bniindex.lst
.SH OPTIONS
.TP
.B \-h --help --usage
Print usage information and exit.
.TP
.B \-v --version
Print its version number and exit.
.TP
.B --
Signal end of options. Any further arguments will be treated as filenames
even if they begin with a "-".
.SH NOTES
The current version is available with the bnetd distribution at:
.LP
.RS
.I http://www.bnetd.org/
.RE
.SH BUGS
The purpose of some of the fields in the BNI format are not known. Only
true-color formats are currently supported.
.SH "SEE ALSO"
.BR bnetd (1),
.BR bni2tga (1),
.BR bniextract (1),
.BR bnilist (1),
.BR tgainfo (1)
.SH AUTHORS
.TP
Marco Ziech (\fImmz@gmx.net\fP) and
Ross Combs (\fIross@bnetd.org\fP)