Changed complaint in Makefile from "a zip file" to "an archive file".
authorDavid Griffith <dave@661.org>
Thu, 14 Apr 2022 04:21:12 +0000 (21:21 -0700)
committerDavid Griffith <dave@661.org>
Thu, 14 Apr 2022 04:21:51 +0000 (21:21 -0700)
Makefile

index 90bda9013b06d182747bea49cdfc3d60d5fb1dca..1d27b09ae8d993d60216e6a9c7cf303a4a451b48 100644 (file)
--- 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: