Updated the manfile so that it gets installed and has some info.
This commit is contained in:
parent
e5666251c3
commit
d48a35d15c
|
@ -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])
|
||||
|
|
|
@ -9,3 +9,4 @@ desktop_DATA = starfighter.desktop
|
|||
icondir = $(datarootdir)/pixmaps
|
||||
icon_DATA = starfighter.png
|
||||
|
||||
dist_man6_MANS = 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 <n> 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<whatever>\fP and
|
||||
.\" \fI<whatever>\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 <fenio@debian.org>,
|
||||
for the Debian project (but may be used by others). Modified by The
|
||||
Diligent Circle <diligentcircle@riseup.net> for official use by Project:
|
||||
Starfighter.
|
Loading…
Reference in New Issue