diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index 178595399..6e979570b 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -7,12 +7,12 @@ else(${CMAKE_VERSION} VERSION_GREATER 2.8.4) endif(${CMAKE_VERSION} VERSION_GREATER 2.8.4) set(MANPAGES - est-epsilon.1 fgfs.1 fgjs.1 + fgpanel.1 gl-info.1 js_demo.1 - pstest.1) + terrasync.1) # map some variables to what the man-pages expect set(PACKAGE ${CMAKE_PROJECT_NAME}) @@ -23,8 +23,7 @@ foreach(man ${MANPAGES}) "${PROJECT_SOURCE_DIR}/man/${man}.in" "${PROJECT_BINARY_DIR}/man/${man}" ) - + install(FILES ${PROJECT_BINARY_DIR}/man/${man} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT doc) endforeach() - diff --git a/man/est-epsilon.1.in b/man/est-epsilon.1.in deleted file mode 100644 index bbdb306fd..000000000 --- a/man/est-epsilon.1.in +++ /dev/null @@ -1,34 +0,0 @@ -.\" Copyright (C) 2002 Cameron Moore -.\" -.\" 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 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 program; if not, write to the Free Software -.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -.\" Or try here: http://www.fsf.org/copyleft/gpl.html -.\" -.Id $Id$ -.TH EST-EPSILON 1 "January 2002" "@VERSION@" "@PACKAGE@" -.SH NAME -est-epsilon \- GLfloat epsilon estimation program for FlightGear -.SH SYNOPSIS -.B est-epsilon -.SH DESCRIPTION -.B est-epsilon -is an OpenGL test program used to show epsilon estimation of GLfloat. -.SH BUGS -Send bug reports to . -.SH SEE ALSO -fgfs(1) -.SH AUTHORS -Curt L. Olson, et al. See -.I Thanks -file for a list of contributors. diff --git a/man/fgfs.1.in b/man/fgfs.1.in index ac48cbc6d..8ae223715 100644 --- a/man/fgfs.1.in +++ b/man/fgfs.1.in @@ -12,11 +12,10 @@ .\" .\" 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. .\" Or try here: http://www.fsf.org/copyleft/gpl.html .\" -.Id $Id$ -.TH FGFS 1 "October 2003" "@VERSION@" "@PACKAGE@" +.TH FGFS 1 "February 2012" "@VERSION@" "@PACKAGE@" .SH NAME fgfs \- FlightGear Flight Simulator .SH SYNOPSIS @@ -27,6 +26,7 @@ fgfs \- FlightGear Flight Simulator is a free, open-source, multi-platform, and sophisticated flight simulator framework for the development and pursuit of interesting flight simulator ideas. +For more information visit . .SH OPTIONS .TP .BI "--adf=" "[rotation:]frequency" @@ -509,9 +509,10 @@ $FG_ROOT/mice.xml Mouse bindings. .RE .SH BUGS -Send bug reports to . +Send bug reports to or visit +. .SH SEE ALSO -fgjs(1) +fgjs(1), fgpanel(1), js_demo(1), terrasync(1) .SH AUTHORS Curt L. Olson, et al. See .I Thanks diff --git a/man/fgjs.1.in b/man/fgjs.1.in index 7fc890d4c..5953cbad0 100644 --- a/man/fgjs.1.in +++ b/man/fgjs.1.in @@ -12,10 +12,9 @@ .\" .\" 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. .\" Or try here: http://www.fsf.org/copyleft/gpl.html .\" -.Id $Id$ .TH FGJS 1 "January 2002" "@VERSION@" "@PACKAGE@" .SH NAME fgjs \- FlightGear Joystick Utility @@ -25,10 +24,12 @@ fgjs \- FlightGear Joystick Utility .B fgjs is a joystick utility for the FlightGear Flight Simulator. It allows you to generate an appropriate configuration file for your joystick. +For more information visit . .SH BUGS -Send bug reports to . +Send bug reports to or visit +. .SH SEE ALSO -fgfs(1) +fgfs(1), fgpanel(1), js_demo(1), terrasync(1) .SH AUTHORS Tony Peden, et al. See .I Thanks diff --git a/man/fgpanel.1.in b/man/fgpanel.1.in new file mode 100644 index 000000000..c497934dc --- /dev/null +++ b/man/fgpanel.1.in @@ -0,0 +1,48 @@ +.\" Copyright (C) 2011 Thorsten Brehm +.\" +.\" 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 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 program; if not, write to the Free Software +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +.\" Or see here: http://www.fsf.org/copyleft/gpl.html +.\" +.TH FGPANEL 1 "February 2012" "@VERSION@" "@PACKAGE@" +.SH NAME +fgpanel \- FlightGear Flight Simulator Panel Rendering Engine +.SH SYNOPSIS +.B "fgpanel " +[\-\-\fIfg-root\fP=path] [\-\-\fIprop\fP:name=value] \-\-\fIpanel\fP=file +.SH DESCRIPTION +.B FlightGear Panel +is a free, open-source, multi-platform, and lightweight panel rendering engine +to draw 2D panels on a low-cost computer/graphic card without 3D acceleration +at reasonable frame rates. +For more information visit . +.SH OPTIONS +.TP +.BI "--fg-root=" "path" +Specify the root path for data files. +.TP +.BI "--panel=" "file" +Specify the panel description file to be displayed. +.TP +.BI "--prop:" "name=value" +set property to . +.SH BUGS +Send bug reports to or visit +. +.SH SEE ALSO +fgfs(1), fgjs(1), js_demo(1), terrasync(1) +.SH AUTHORS +Torsten Dreyer, et al. See +.I Thanks +file for a list of contributors. diff --git a/man/gl-info.1.in b/man/gl-info.1.in index b6c1c441b..9a8a534a5 100644 --- a/man/gl-info.1.in +++ b/man/gl-info.1.in @@ -12,10 +12,9 @@ .\" .\" 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. .\" Or try here: http://www.fsf.org/copyleft/gpl.html .\" -.Id $Id$ .TH GL-INFO 1 "January 2002" "@VERSION@" "@PACKAGE@" .SH NAME gl-info \- OpenGL test program for FlightGear @@ -25,9 +24,10 @@ gl-info \- OpenGL test program for FlightGear .B gl-info is an OpenGL test program used to verify a valid OpenGL environment. .SH BUGS -Send bug reports to . +Send bug reports to or visit +. .SH SEE ALSO -fgfs(1) +fgfs(1), fgjs(1), fgpanel(1), js_demo(1), terrasync(1) .SH AUTHORS Curt L. Olson, et al. See .I Thanks diff --git a/man/js_demo.1.in b/man/js_demo.1.in index 577dfa612..6acf8b0c8 100644 --- a/man/js_demo.1.in +++ b/man/js_demo.1.in @@ -12,10 +12,9 @@ .\" .\" 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. .\" Or try here: http://www.fsf.org/copyleft/gpl.html .\" -.Id $Id$ .TH JS_DEMO 1 "January 2002" "@VERSION@" "@PACKAGE@" .SH NAME js_demo \- joystick test program for FlightGear @@ -24,10 +23,12 @@ js_demo \- joystick test program for FlightGear .SH DESCRIPTION .B js_demo is a joystick test program for the FlightGear Flight Simulator. +For more information visit . .SH BUGS -Send bug reports to . +Send bug reports to or visit +. .SH SEE ALSO -fgfs(1), fgjs(1) +fgfs(1), fgjs(1), fgpanel(1), terrasync(1) .SH AUTHORS Tony Peden, et al. See .I Thanks diff --git a/man/pstest.1.in b/man/pstest.1.in deleted file mode 100644 index 79a321fdf..000000000 --- a/man/pstest.1.in +++ /dev/null @@ -1,34 +0,0 @@ -.\" Copyright (C) 2002 Cameron Moore -.\" -.\" 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 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 program; if not, write to the Free Software -.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -.\" Or try here: http://www.fsf.org/copyleft/gpl.html -.\" -.Id $Id$ -.TH PSTEST 1 "January 2002" "@VERSION@" "@PACKAGE@" -.SH NAME -pstest \- engine model test for FlightGear -.SH SYNOPSIS -.B pstest -.SH DESCRIPTION -.B pstest -is a test program that models a Continental IO-520-M engine. -.SH BUGS -Send bug reports to . -.SH SEE ALSO -fgfs(1) -.SH AUTHORS -Curt L. Olson, et al. See -.I Thanks -file for a list of contributors. diff --git a/man/terrasync.1.in b/man/terrasync.1.in new file mode 100644 index 000000000..985b2d405 --- /dev/null +++ b/man/terrasync.1.in @@ -0,0 +1,47 @@ +.\" Copyright (C) 2011 Thorsten Brehm +.\" +.\" 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 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 program; if not, write to the Free Software +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +.\" Or see here: http://www.fsf.org/copyleft/gpl.html +.\" +.TH TERRASYNC 1 "February 2012" "@VERSION@" "@PACKAGE@" +.SH NAME +terrasync \- FlightGear Flight Simulator Terrain Synchronization +.SH SYNOPSIS +.B "terrasync " +[\-\fId\fP path] [\-\fIp\fP port] [\-\fIv\fP] +.SH DESCRIPTION +.B FlightGear TerraSync +is a utility that automatically downloads the newest version of the FlightGear +scenery while the simulator is running. +For more information visit . +.SH OPTIONS +.TP +.BI "-d" " path" +Specify the path where to store the scenery data. +.TP +.BI "-p" " port" +Specify the UDP port where terrasync listens for a FlightGear Flight Simulator connection. +.TP +.BI "-v" +Enable verbose output. +.SH BUGS +Send bug reports to or visit +. +.SH SEE ALSO +fgfs(1), fgjs(1), js_demo(1), terrasync(1) +.SH AUTHORS +Curt L. Olson, et al. See +.I Thanks +file for a list of contributors.