]> git.mxchange.org Git - flightgear.git/commitdiff
Remove manpage for gl-info, as it no longer exists
authorRebecca Palmer <R.Palmer@bham.ac.uk>
Thu, 28 Nov 2013 09:45:09 +0000 (09:45 +0000)
committerJames Turner <zakalawe@mac.com>
Sun, 15 Dec 2013 21:20:09 +0000 (21:20 +0000)
from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698308

man/CMakeLists.txt
man/gl-info.1.in [deleted file]

index 8c3e82c4b8dde1cd0549d3728de866410a11d5ac..20e87bf05fcc021b0412b0741bd7dea2ca9c1c71 100644 (file)
@@ -12,7 +12,6 @@ endif(${CMAKE_VERSION} VERSION_GREATER 2.8.4)
 
 set(MANPAGES
     fgfs.1
-    gl-info.1
 )
 
 if(WITH_FGPANEL)
@@ -45,4 +44,4 @@ foreach(man ${MANPAGES})
           DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT doc)
 endforeach()
 
-endif(MSVC)
\ No newline at end of file
+endif(MSVC)
diff --git a/man/gl-info.1.in b/man/gl-info.1.in
deleted file mode 100644 (file)
index 65027f6..0000000
+++ /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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-.\" Or try here: http://www.fsf.org/copyleft/gpl.html
-.\"
-.TH GL-INFO 1 "January 2002" "@VERSION@" "@PACKAGE@"
-.SH NAME
-gl\-info \- OpenGL test program for FlightGear
-.SH SYNOPSIS
-.B gl-info
-.SH DESCRIPTION
-.B gl-info
-is an OpenGL test program used to verify a valid OpenGL environment.
-.SH BUGS
-Send bug reports to <flightgear\-devel@lists.sourceforge.net> or visit
-<http://code.google.com/p/flightgear\-bugs>.
-.SH SEE ALSO
-fgfs(1), fgjs(1), fgpanel(1), js_demo(1), terrasync(1)
-.SH AUTHORS
-Curt L. Olson, et al.  See
-.I Thanks
-file for a list of contributors.