Finalize build for 1.0 version of shipper.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 5 Jun 2014 18:21:31 +0000 (14:21 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 5 Jun 2014 18:21:31 +0000 (14:21 -0400)
Makefile

index c9c1b925554287f6eb065b593be9c8adfeb7082d..f924ccb0ced8cc94c5e764c81d068d230f797d96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ superhack: superhack.c
 
 clean:
        rm -f wumpus wumpus.o superhack superhack.o TAGS 
-       rm -f *~ *.1 *.html *.tar.gz MANIFEST SHIPPER.*
+       rm -f *~ *.1 *.html *.tar.gz MANIFEST
 
 TAGS:
        etags wumpus.c
@@ -43,4 +43,4 @@ wumpus-$(VERS).tar.gz: $(SOURCES) wumpus.6
 dist: wumpus-$(VERS).tar.gz
 
 release: wumpus-$(VERS).tar.gz wumpus.html
-       shipper -u -m -t; make clean
+       shipper version=$(VERS) | sh -e -x