From c5e5df24c5c00c360e8651c7d4530448a4a6f750 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 20 Jan 2017 21:06:07 -0500 Subject: Fix 'make publish'. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 77d057c..17bcf42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,8 +93,8 @@ EXTRA_DIST += \ examples/hello.bmp \ examples/controller.scm -publish: dist - gpg2 --sign --armor --yes guile-sdl2-$(VERSION).tar.gz && \ +publish: distcheck + 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