grim/guifications3

removed gf_lib_get_version, gf_lib_get_library_version, and gf_lib_get_website
.\" Copyright (C) 2007, Gary Kramlich <grim@reaperworld.com>
.\"
.\" 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., 51 Franklin Street, Fifth Floor,
.\" Boston, MA 02110-1301, USA.
.TH gflib-genheader 1
.SH NAME
gflib-genheader \- Generates a master include file for Guifications 3
packages.
.SH SYNOPSIS
.TP 5
\fBgflib-genheader \fI[OPTIONS...]\fR \fIFILES\fR
.SH DESCRIPTION
.PP
\fBgflib-genheader\fR is meant to be used at build time for packages
in Guifications3. Given a list of files, it will create a master
include file which will include the given list. This automates the
process of keeping master include files maintenance free.
.SH OPTIONS
The following options are provided by \fBgflib-genheader\fR:
.TP
.B \-c, \-\-copyright=copyright
The copyright for the generated file.
.TP
.B \-d, \-\-directory=directory
The directory to prefix the headers with.
.TP
.B \-l, \-\-license=license
The license to use. Currently, only the GPL is available.
.TP
.B \-s, \-\-symbol=symbol
The symbol to "protect" the header file with.
.TP
.B \-t, \-\-tagline=tagline
The tagline to put in the top of the license.
.SH BUGS
Known bugs can be found at
.br
\fIhttp://guifications.org/trac/report/1\fR
.SH SEE ALSO
\fIhttp://guifications.org/\fR
.SH LICENSE
This program is free software; 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.
This program is distributed in the hope that it will be useful, but
\fBWITHOUT ANY WARRANTY\fR; 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 program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
.SH AUTHORS
Gary Kramlich <\fIgrim@reaperworld.com\fR>