From 13c7151c5d0a4144a42c7de2654147621a1b93a0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 29 Apr 2021 12:32:38 -0400 Subject: make: Add missing flag when generating GPG release signature. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2fbcf26..d4b2a78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,6 +107,6 @@ CLEANFILES = \ $(TESTS:tests/%.scm=%.log) publish: distcheck - gpg --sign --armor --yes haunt-$(VERSION).tar.gz && \ + gpg --sign --detach-sign --armor --yes haunt-$(VERSION).tar.gz && \ scp haunt-$(VERSION).tar.gz haunt-$(VERSION).tar.gz.asc \ publish@dthompson.us:/var/www/files/haunt/ -- cgit v1.2.3