Changeset 604 for abuse/trunk
- Timestamp:
- May 8, 2011, 5:32:28 PM (11 years ago)
- Location:
- abuse/trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/.gitignore
r540 r604 15 15 .deps 16 16 abuse.6 17 abuse-tool.6 17 18 src/abuse 18 19 src/abuse-tool -
abuse/trunk/Makefile.am
r601 r604 3 3 SUBDIRS = src 4 4 5 man_MANS = abuse.6 5 man_MANS = abuse.6 abuse-tool.6 6 6 7 7 datafiledir = $(datadir)/games/abuse 8 8 datafile_DATA = abuse.bmp abuse.png 9 9 10 EXTRA_DIST = bootstrap abuse. 6 abuse.bmp abuse.png10 EXTRA_DIST = bootstrap abuse.bmp abuse.png 11 11 -
abuse/trunk/abuse.6.in
r42 r604 4 4 .TH abuse 6 Abuse\ @VERSION@ 5 5 .SH NAME 6 abuse \- An SDL port of the Abuse by Crack dot Com.6 abuse \- The Abuse game, by Crack dot Com and the Abuse community. 7 7 8 8 .SH SYNOPSIS … … 13 13 .B Abuse 14 14 is a port of the classic Crack dot Com side-scroller shoot-em-up Abuse. 15 It uses the Simple DirectMedia Layer API to draw it 's graphics and play sound.15 It uses the Simple DirectMedia Layer API to draw its graphics and play sound. 16 16 .PP 17 17 .B Abuse … … 37 37 SDL 1.1.6 or above. 38 38 .IP 39 Datafiles(graphics, sounds, maps etc.) from either Registered Abuse, Shareware Abuse, or fRaBs (Free Abuse).39 SDL-Mixer. 40 40 41 41 .SH OPTIONS … … 69 69 .SH CONFIGURATION 70 70 .B Abuse 71 can load it 's settings from a configuration file stored in the users home71 can load its settings from a configuration file stored in the user's home 72 72 directory. The file is located at ($HOME/.abuse/abuserc). If either the 73 73 directory or the configuration file don't exist they will be created … … 138 138 ~/.abuse/abuserc - Abuse configuration file. 139 139 140 .SH SEE ALSO 141 abuse-tool(6) 142 140 143 .SH AUTHORS 141 Anthony Kruize <trandor@labyrinth.net.au>144 Sam Hocevar <sam@hocevar.net>, Anthony Kruize <trandor@labyrinth.net.au> 142 145 See also the AUTHORS file included with Abuse. -
abuse/trunk/configure.ac
r556 r604 116 116 Makefile 117 117 abuse.6 118 abuse-tool.6 118 119 src/Makefile 119 120 src/lisp/Makefile
Note: See TracChangeset
for help on using the changeset viewer.