diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-06-04 20:29:33 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2019-06-04 20:29:33 -0400 |
commit | 286d44a4560f50cb8775569715fec4c77881dac7 (patch) | |
tree | 30b4c29260bdd56fbf889e1546ed1a1e8227ed51 | |
parent | 9d050e6ba7c40c8ed92aa1eeab7a98d89ca85970 (diff) |
Makefile: Generate detached signatures in publish task.v0.4.0
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c35d564..7754081 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,6 +121,6 @@ AM_MAKEINFOHTMLFLAGS = --css-ref=https://dthompson.us/css/dthompson.css \ --css-include=doc/manual.css publish: distcheck - gpg --sign --armor --yes chickadee-$(VERSION).tar.gz && \ + gpg --sign --detach-sign --armor --yes chickadee-$(VERSION).tar.gz && \ scp chickadee-$(VERSION).tar.gz chickadee-$(VERSION).tar.gz.asc \ blog@dthompson.us:/var/www/files/chickadee/ |