summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-01-23 21:50:20 -0500
committerDavid Thompson <dthompson2@worcester.edu>2017-01-23 21:50:20 -0500
commita2c960ad76832b15cbdc5e618c05dacb85986ddf (patch)
tree7ab8e270f2f57d2a2d11cd1e06dcbec50d71385b /Makefile.am
parent8a8dd25c3710d3d57cdb7beabc330de86beb413b (diff)
Add 'make publish' target.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
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/