From 4ba7f87e455c53ad06b6591559465d4099593a1d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 1 Jan 2016 16:14:44 -0500 Subject: build: Add 'publish' make target. No more remembering how I sign and upload things. ;) --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 594cbf9..d273093 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,3 +79,10 @@ EXTRA_DIST += \ guix.scm \ examples/hello.scm \ examples/hello.bmp + +publish: dist + gpg2 --sign --armor --yes guile-sdl2-$(VERSION).tar.gz && \ + scp guile-sdl2-$(VERSION).tar.gz guile-sdl2-$(VERSION).tar.gz.asc \ + blog@dthompson.us:/var/www/files/guile-sdl2/ + +.PHONY: publish -- cgit v1.2.3