From: Eric S. Raymond Date: Sun, 14 Jun 2015 20:25:35 +0000 (-0400) Subject: Added the Wumpus logo, from the TI-99/4A game. X-Git-Tag: 1.7~10 X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=commitdiff_plain;h=8e9c6215814d343284deda9315a37050534cfa99 Added the Wumpus logo, from the TI-99/4A game. --- diff --git a/Makefile b/Makefile index 11ce3e0..e4716de 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ wumpus.6: wumpus.xml wumpus.html: wumpus.xml xmlto html-nochunks wumpus.xml -SOURCES = README COPYING NEWS Makefile wumpus.c superhack.c wumpus.xml +SOURCES = README COPYING NEWS Makefile wumpus.c superhack.c wumpus.xml wumpus.png install: wumpus.6 mkdir -p $(prefix)/bin diff --git a/control b/control index 2e6bd3e..8f8e6f8 100644 --- a/control +++ b/control @@ -8,7 +8,7 @@ Description: Exact clone of the ancient BASIC Hunt the Wumpus game down to the godawful user interface, of an ancient classic game. This version fixes two minor bugs in my original USENET posting of the source. -#XBS-Destinations: freecode +#XBS-Destinations: freshcode Homepage: http://www.catb.org/~esr/wumpus @@ -20,5 +20,7 @@ XBS-Developer-Clone: git@thyrsus.com:wumpus XBS-Anonymous-Clone: git://thyrsus.com/repositories/wumpus.git +XBS-Logo: wumpus.png + XBS-VC-Tag-Template: %(version)s diff --git a/wumpus.png b/wumpus.png new file mode 100644 index 0000000..072cc56 Binary files /dev/null and b/wumpus.png differ