r5004 - packages/trunk/chocolate-doom/debian
Jon Dowland
jmtd-guest at alioth.debian.org
Tue Dec 18 10:16:27 UTC 2007
Author: jmtd-guest
Date: 2007-12-18 10:16:27 +0000 (Tue, 18 Dec 2007)
New Revision: 5004
Added:
packages/trunk/chocolate-doom/debian/chocolate-server.6
packages/trunk/chocolate-doom/debian/chocolate-setup.6
Modified:
packages/trunk/chocolate-doom/debian/rules
Log:
more manpages
Added: packages/trunk/chocolate-doom/debian/chocolate-server.6
===================================================================
--- packages/trunk/chocolate-doom/debian/chocolate-server.6 (rev 0)
+++ packages/trunk/chocolate-doom/debian/chocolate-server.6 2007-12-18 10:16:27 UTC (rev 5004)
@@ -0,0 +1,22 @@
+.TH chocolate\-server 6
+.SH NAME
+chocolate\-server \- dedicated server for chocolate\-doom
+.SH SYNOPSIS
+.B chocolate\-server
+.SH DESCRIPTION
+.PP
+Chocolate Doom is a modern server engine designed to behave
+as similar to the original server game as is possible.
+.PP
+.B chocolate\-server
+is a dedicated server for Chocolate Doom. It takes no arguments;
+game options are specified by the first player to join the game,
+who is designated the controlling player.
+.br
+.SH AUTHOR
+Chocolate Doom is written and maintained by Simon Howard.
+.PP
+This manual was written by Jon Dowland.
+.SH COPYRIGHT
+Copyright \(co id Software Inc.
+Copyright \(co 2005-7 Simon Howard.
Added: packages/trunk/chocolate-doom/debian/chocolate-setup.6
===================================================================
--- packages/trunk/chocolate-doom/debian/chocolate-setup.6 (rev 0)
+++ packages/trunk/chocolate-doom/debian/chocolate-setup.6 2007-12-18 10:16:27 UTC (rev 5004)
@@ -0,0 +1,28 @@
+.TH chocolate\-setup 6
+.SH NAME
+chocolate\-setup \- settings tool for chocolate\-doom
+.SH SYNOPSIS
+.B chocolate\-server
+.SH DESCRIPTION
+.PP
+Chocolate Doom is a modern server engine designed to behave
+as similar to the original server game as is possible.
+.PP
+.B chocolate\-server
+is a tool for configuring Chocolate Doom. It provides a menu\-based
+interface for setting your Display, Joystick, Keyboard, Mouse, Sound and
+compatibility settings.
+.PP
+.B chocolate\-server
+also allows you to start and join network games.
+.PP
+.B chocolate\-server
+accepts no command\-line options.
+.br
+.SH AUTHOR
+Chocolate Doom is written and maintained by Simon Howard.
+.PP
+This manual was written by Jon Dowland.
+.SH COPYRIGHT
+Copyright \(co id Software Inc.
+Copyright \(co 2005-7 Simon Howard.
Modified: packages/trunk/chocolate-doom/debian/rules
===================================================================
--- packages/trunk/chocolate-doom/debian/rules 2007-12-18 08:17:18 UTC (rev 5003)
+++ packages/trunk/chocolate-doom/debian/rules 2007-12-18 10:16:27 UTC (rev 5004)
@@ -57,6 +57,8 @@
dh_clean -k
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/chocolate-doom
+ cp $(CURDIR)debian/chocolate-setup.6 $(CURDIR)/debian/usr/share/man/man6
+ cp $(CURDIR)debian/chocolate-server.6 $(CURDIR)/debian/usr/share/man/man6
# Build architecture-independent files here.
More information about the Pkg-games-commits
mailing list