From 6273f3491928d95875bfb6bcfab4fd92bbdc0eb6 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Wed, 9 Sep 2009 11:32:32 +1000 Subject: [PATCH] Bring Debian man pages upstream --- data/Makefile.am | 8 +++++++- data/glchess.6 | 27 +++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 data/glchess.6 diff --git a/data/Makefile.am b/data/Makefile.am index 1d5ebc2..504e3b2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -15,7 +15,13 @@ schema_in_files = glchess.schemas.in schema_DATA = $(schema_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ -EXTRA_DIST = ai.xml $(schema_in_files) $(ui_DATA) +man_MANS = glchess.6 + +EXTRA_DIST = ai.xml \ + $(schema_in_files) \ + $(man_MANS) \ + $(ui_DATA) + aidir = $(datadir)/glchess/ ai_DATA = ai.xml diff --git a/data/glchess.6 b/data/glchess.6 new file mode 100644 index 0000000..c51a52e --- /dev/null +++ b/data/glchess.6 @@ -0,0 +1,27 @@ +.TH "GLCHESS" "6" +.SH "NAME" +glchess \(em A 3D chess application +.SH "SYNOPSIS" +.PP +\fBglchess\fR +.SH "DESCRIPTION" +.PP +\fBglchess\fR is a 3D chess application for +GTK+ which supports CECP compatible artificial intelligences. +.PP +More information can be found at http://glchess.sourceforge.net. +.SH "SEE ALSO" +.PP +gnuchess(6), crafty(6), amy(6), faile(6), xboard(6). +.SH "AUTHOR" +.PP +glChess and this manual page were written by Robert Ancell bob27@users.sourceforge.net. +Permission is granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, Version 2 any +later version published by the Free Software Foundation. + +.PP +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL. + +.\" created by instant / docbook-to-man, Wed 06 Jun 2007, 21:55