diff --git a/configure.ac b/configure.ac index 2f73819..fca8fa3 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # information. This file is offered as-is, without any warranty. AC_PREREQ([2.69]) -AC_INIT([Project: Starfighter], [2.3.2-dev], [diligentcircle@riseup.net], [starfighter]) +AC_INIT([Project: Starfighter], [2.3.2], [diligentcircle@riseup.net], [starfighter]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) AC_CONFIG_SRCDIR([src/Starfighter.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/misc/Makefile.am b/misc/Makefile.am index af7a799..c2cb843 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -9,3 +9,4 @@ desktop_DATA = starfighter.desktop icondir = $(datarootdir)/pixmaps icon_DATA = starfighter.png +dist_man6_MANS = starfighter.6 diff --git a/misc/starfighter.6 b/misc/starfighter.6 new file mode 100644 index 0000000..739eb9b --- /dev/null +++ b/misc/starfighter.6 @@ -0,0 +1,55 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH STARFIGHTER 6 "September 5, 2020" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +starfighter \- 2D shoot em up +.SH SYNOPSIS +.B starfighter +.RI [ options ] +.SH DESCRIPTION +This manual page documents briefly the +.B Project: Starfighter +game. + +In the year 2579, the intergalactic weapons corporation, WEAPCO, has +dominated the galaxy. Guide Chris Bainfield and his friend Sid Wilson on +their quest to liberate the galaxy from the clutches of WEAPCO. Along +the way, you will encounter new foes, make new allies, and assist local +rebels in strikes against the evil corporation. + +Originally developed by Parallel Realities in 2003, Project: Starfighter +is a side-scrolling shoot 'em up space game, released under the GNU GPL. +Consisting of 26 engaging levels spanning four planetary systems, this +classic game will entertain for hours. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBStarfighter\fP is a free (GPL) 2D scrolling shooter game. +.SH OPTIONS +A summary of options is included below. +.TP +.B \-noaudio +Disables sound and music. +.TP +.B \-mono +Mono sound output (best for headphones). +.SH AUTHOR +This manual page was written by Bartosz Fenski , +for the Debian project (but may be used by others). Modified by The +Diligent Circle for official use by Project: +Starfighter.