diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-23 21:50:20 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-23 21:50:20 -0500 |
commit | a2c960ad76832b15cbdc5e618c05dacb85986ddf (patch) | |
tree | 7ab8e270f2f57d2a2d11cd1e06dcbec50d71385b | |
parent | 8a8dd25c3710d3d57cdb7beabc330de86beb413b (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 7522556..6dadc1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,3 +69,8 @@ chickadee_TEXINFOS = \ doc/chickadee.texi dvi: # Don't build dvi docs + +publish: distcheck + gpg --sign --armor --yes chickadee-$(VERSION).tar.gz && \ + scp chickadee-$(VERSION).tar.gz chickadee-$(VERSION).tar.gz.asc \ + blog@dthompson.us:/var/www/files/chickadee/ |