Added rudimentary man page.
authorlimb <limb@bc5cbbab-a4ec-0310-bb52-ff3d296db539>
Wed, 3 Oct 2007 18:41:09 +0000 (18:41 +0000)
committerlimb <limb@bc5cbbab-a4ec-0310-bb52-ff3d296db539>
Wed, 3 Oct 2007 18:41:09 +0000 (18:41 +0000)
git-svn-id: svn+ssh://svn/var/repos/curfender@671 bc5cbbab-a4ec-0310-bb52-ff3d296db539

Makefile
curfender.6 [new file with mode: 0644]

index dbb4a59..60a0c76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ INST = /usr/local/bin
 
 
 main: main.o
-       g++ -o curfender main.o -lncurses
+       $(CXX) -o curfender main.o -lncurses
 main.o: main.cpp
        $(CXX) -g -c main.cpp
 install:
diff --git a/curfender.6 b/curfender.6
new file mode 100644 (file)
index 0000000..bab0525
--- /dev/null
@@ -0,0 +1,41 @@
+.TH CURFENDER 6 "OCTOBER 2007" Linux "User Manuals"
+
+.SH NAME
+curfender \- NCurses Defender clone, with gameplay loosely based on Datastorm
+
+.SH SYNOPSIS
+.B curfender
+.PP Grab pods and drop them in the gate, while fighting enemies in your way.
+
+.SH DESCRIPTION 
+Get as many pods as you can through the gate, avoiding landers, crawlers, and possibly even a large flying saucer.
+
+.PP Written to assuage my longing for my long-deceased Amiga.
+
+.SH RESOURCES
+Requires ncurses.
+
+.SH COPYRIGHT 
+Curfender is Copyright (c) 2007 Jonathan Ciesla
+
+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.
+
+.SH BUGS 
+None so far, but looking to improve gameplay.
+
+.SH AUTHORS 
+Jon Ciesla
+E-mail : limb at jcomserv dot net
\ No newline at end of file