diff options
-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/ |