From 30316fd6f6f2b7051db5c7540ece7c6fa45c7d9b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 10 Jul 2018 21:38:00 -0400 Subject: Makfile: Fix publish task. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a568816..a4e22ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,7 @@ EXTRA_DIST += \ examples/hello.bmp \ examples/controller.scm -publish: distcheck +publish: dist gpg --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/ -- cgit v1.2.3