diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |