From: David Griffith Date: Thu, 14 Apr 2022 04:21:12 +0000 (-0700) Subject: Changed complaint in Makefile from "a zip file" to "an archive file". X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=1bca48cceed267647f5f55b9d9d8c8db9626e069;p=liskon_frotz.git Changed complaint in Makefile from "a zip file" to "an archive file". --- diff --git a/Makefile b/Makefile index 90bda90..1d27b09 100644 --- a/Makefile +++ b/Makefile @@ -722,7 +722,7 @@ ifneq ($(and $(wildcard $(GIT_DIR)),$(shell which git)),) git archive --format=tgz --prefix $(NAME)-$(VERSION)/ HEAD -o $(NAME)-$(VERSION).tar.gz @echo $(NAME)-$(VERSION).tar.gz created. else - @echo "Not in a git repository or git command not found. Cannot make a zip file." + @echo "Not in a git repository or git command not found. Cannot make an archive file." endif dosdist: