From e5dfe3c48206afb22e6139063eaec5c6f7b1d73e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 5 Jun 2014 14:21:31 -0400 Subject: [PATCH 1/1] Finalize build for 1.0 version of shipper. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c9c1b92..f924ccb 100644 --- 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 -- 2.31.1