Remove specfile, change to modern packaging.
[wumpus.git] / Makefile
index bbd26698f3a78c77e912723e28c1c82792dc569f..c4257275d793e0cfb9d37198beefc622621c9d7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 #
 # Makefile for `Hunt the Wumpus' and `Superhack' games
 #
-VERS=$(shell sed <wumpus.spec -n -e '/Version: \(.*\)/s//\1/p')
+VERS=1.5
 
 all: wumpus superhack
 
@@ -24,7 +24,7 @@ wumpus.6: wumpus.xml
 wumpus.html: wumpus.xml
        xmlto html-nochunks wumpus.xml 
 
-SOURCES = README COPYING Makefile wumpus.c superhack.c wumpus.xml wumpus.spec
+SOURCES = README COPYING NEWS Makefile wumpus.c superhack.c wumpus.xml
 
 install: wumpus.6
        cp wumpus superhack /usr/bin/
@@ -49,3 +49,6 @@ dist: wumpus-$(VERS).tar.gz
 
 release: wumpus-$(VERS).tar.gz wumpus.html
        shipper version=$(VERS) | sh -e -x
+
+refresh: wumpus.html
+       shipper -N -w version=$(VERS) | sh -e -x