grim/guifications3

added the install prefix to gflib-genheader
cmake
2010-12-13, Gary Kramlich
999ee3e165df
added the install prefix to gflib-genheader
.\" 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-query-plugins \- Queries Guifications 3 plugins.
.SH SYNOPSIS
.TP 5
\fBgflib-query-plugins \fI[OPTIONS...]\fR \fI[PLUGIN]\fR
.SH DESCRIPTION
.PP
\fBgflib-query-plugins\fR is meant to look at the available plugins
in Guifications 3.
The main usage of \fBgflib-query-plugins\fR is to get information
about current installed plugins.
It can also be used at build time to determine if certain things
should be built. For example \fBguifications-daemon\fR uses this to
determine if it should install it's D-Bus service files if
\fBgflib-dbus\fR is installed.
.SH OPTIONS
The following options are provided by \fBgflib-query-plugins\fR:
.TP
.B \-h, \-\-help
Usage information
.TP
.B \-v, \-\-verbose
Increses the amount of output that is generated. This can be used
multiple times.
.TP
.B \-V, \-\-version
Displays version information
.TP
.B --variable=VARIABLE[,VARIABLE]
Displays the given variables when a plugin name is given. See
\fBVARIABLES\fR below.
.SH VARIABLES
The following variables are currently support:
.TP
.B version
The version of the selected plugin.
.TP
.B summary
The summary of the selected plugin.
.TP
.B description
The description of the selected plugin.
.TP
.B author
The author of the selected plugin.
.TP
.B website
The website of the selected plugin.
.TP
.B filename
The filename of the selected plugin.
.TP
.B abi_version
The ABI version of the selected plugin.
.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>