diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-07-10 09:33:19 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-07-10 09:33:19 -0400 |
commit | ce779700810ae4f664d04753c70de3a81b6d8b89 (patch) | |
tree | 4d2a1dcfcc0bb4b8e5f440f64ad4b0d2c62d3277 | |
parent | b5a84a1f545c5e9f44fa5df9ca1141bbd857dc6c (diff) |
Add 'make publish' target.
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0a8a906..5fcd647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,3 +54,8 @@ SOURCES = \ EXTRA_DIST += \ pre-inst-env.in \ package.scm + +publish: distcheck + gpg --sign --detach-sign --armor --yes shroud-$(VERSION).tar.gz && \ + scp shroud-$(VERSION).tar.gz shroud-$(VERSION).tar.gz.asc \ + blog@dthompson.us:/var/www/files/shroud/ |