cleaned up an old #ifdef in zippy
[xboard.git] / zic2xpm.man
1 .\" Copyright (C) 1996,2009 Free Software Foundation, Inc.
2 .\" See section COPYING below.
3 .TH zic2xpm 6 "11 Apr 1996" "zic2xpm 2.0" "Games"
4 .SH NAME
5 zic2xpm \- Tool to convert ZIICS chess pieces into XBoard (XPM/XIM) pieces.
6 .SH SYNOPSIS
7 zic2xpm
8 .B file1 [file2 ...]
9 .SH DESCRIPTION
10 .B zic2xpm
11 converts one or more ZIICS piece files into a format that can
12 be used by XBoard.
13 If you give more than one filename, be aware that multiple sets
14 of the same size cannot exist in one directory. Multiple sets
15 of different sizes can exist in a single directory.
16 .SH EXAMPLE
17 If you wanted to make a directory containing the sets SET2.V32,
18 SET2.V40, SET2.V50, and SET2.V56, all of which are located in
19 ~/ziics, you could do:
20
21 .nf
22       mkdir Sets
23       cd Sets
24       zic2xpm ~/ziics/SET2.*
25 .fi
26
27 You would then run XBoard like this:
28
29 .nf
30      xboard -pixmap Sets
31 .fi
32 .SH BUGS
33 Please report any bugs to
34 .B frankm@hiwaay.net
35 .SH "SEE ALSO"
36 .BR
37 .BR xboard ( 6 ).
38 .SH AUTHOR
39 Frank McIngvale (frankm@hiwaay.net)
40 .SH COPYING
41 Copyright (C) 1996,2009 Free Software Foundation, Inc.
42 .PP
43 NOTICE: The piece images distributed with ZIICS are
44 copyrighted works of their original creators.  Images 
45 converted with zic2xpm may not be redistributed without
46 the permission of the copyright holders.  Do not contact
47 the authors of zic2xpm or of ZIICS itself to request
48 permission. 
49 .PP
50 NOTICE:  The format of the ZIICS piece file was gleaned from
51 SHOWSETS.PAS, a part of ZIICS.  Thanks to Andy McFarland
52 (Zek on ICC) for making this source available!  ZIICS is a 
53 completely separate and copyrighted work of Andy
54 McFarland.  Use and distribution of ZIICS falls under the
55 ZIICS license, NOT the GNU General Public License.
56 .PP
57 NOTICE: The format of the VGA imageblocks was determined
58 by experimentation, and without access to any
59 of Borland Inc.'s BGI library source code.
60 .PP
61 This program is free software; you can redistribute it and/or modify
62 it under the terms of the GNU General Public License as published by
63 the Free Software Foundation; either version 3 of the License, or
64 (at your option) any later version.  However, the above notices
65 MUST BE RETAINED in any copy that you redistribute or modify.
66 .PP
67 This program is distributed in the hope that it will be useful,
68 but WITHOUT ANY WARRANTY; without even the implied warranty of
69 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
70 GNU General Public License for more details.
71 .PP
72 You should have received a copy of the GNU General Public License
73 along with this program; if not, see http://www.gnu.org/licenses/.