From be4ce66566dac1204dd742db5a93c50c40fb96cc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 16 Dec 2022 23:26:38 -0500 Subject: [PATCH] Ready to ship 1.9. --- Makefile | 2 +- NEWS | 3 +++ wumpus.6 | 56 -------------------------------------------------------- 3 files changed, 4 insertions(+), 57 deletions(-) delete mode 100644 wumpus.6 diff --git a/Makefile b/Makefile index 1c1e32b..e9a67e1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=1.8 +VERS=1.9 prefix?=/usr diff --git a/NEWS b/NEWS index 4557236..24d8bbb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ = wumpus project news = +1.9: 2022-12-16:: + Fix packaging error. + 1.8: 2022-03-14:: Numerous small C fixes by Julian Cowley. diff --git a/wumpus.6 b/wumpus.6 deleted file mode 100644 index b8210f7..0000000 --- a/wumpus.6 +++ /dev/null @@ -1,56 +0,0 @@ -'\" t -.\" Title: wumpus -.\" Author: [see the "AUTHORS" section] -.\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 04/04/2015 -.\" Manual: Games -.\" Source: wumpus -.\" Language: English -.\" -.TH "WUMPUS" "6" "04/04/2015" "wumpus" "Games" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAME" -wumpus \- the classic game of Hunt the Wumpus -.SH "SYNOPSIS" -.HP \w'\fBwumpus\fR\ 'u -\fBwumpus\fR -.HP \w'\fBsuperhack\fR\ 'u -\fBsuperhack\fR -.SH "DESCRIPTION" -.PP -wumpus -is a faithful transcription of the 1974 game WUMPUS for the Atari, the first computer game to maintain a consistent external map\&. An article on the history of this classic game can be found -\m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&. -.PP -superhack -is a structurally similar game with a different premise\&. -.SH "AUTHORS" -.PP -The original Atari game was designed and written by Gregory Yob\&. This version was cloned from the original BASIC sources by Eric S\&. Raymond -\&. See ESR\*(Aqs home page at -\m[blue]\fBhttp://www\&.catb\&.org/~esr/\fR\m[] -for updates and other resources\&. -.SH "NOTES" -.IP " 1." 4 -here -.RS 4 -\%http://www.atariarchives.org/bcc1/showpage.php?page=247 -.RE -- 2.31.1