From 6568361bd3f33c43879d57047437a34083b9c12d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 23 Jan 2017 19:45:05 -0500 Subject: Add 'make publish' target. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index a5de973..59774ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,3 +103,8 @@ SUBDIRS = \ CLEANFILES = \ $(GOBJECTS) \ $(TESTS:tests/%.scm=%.log) + +publish: distcheck + gpg --sign --armor --yes haunt-$(VERSION).tar.gz && \ + scp haunt-$(VERSION).tar.gz haunt-$(VERSION).tar.gz.asc \ + blog@dthompson.us:/var/www/files/haunt/ -- cgit v1.2.3