Added the Wumpus logo, from the TI-99/4A game.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 14 Jun 2015 20:25:35 +0000 (16:25 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 14 Jun 2015 20:25:35 +0000 (16:25 -0400)
Makefile
control
wumpus.png [new file with mode: 0644]

index 11ce3e0bd2857533e53a8c9becfcddbfc9501407..e4716ded52755aeab5236306f8fee4727fc875db 100644 (file)
--- 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 2e6bd3e83c0cfa97e773fd69ae453dc84419c209..8f8e6f877222fdf317aa888c13c3fef2045f6f79 100644 (file)
--- 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 (file)
index 0000000..072cc56
Binary files /dev/null and b/wumpus.png differ