diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-07-10 21:38:00 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-07-10 21:38:00 -0400 |
commit | 30316fd6f6f2b7051db5c7540ece7c6fa45c7d9b (patch) | |
tree | 4aa11af95b8dd4e5a861013ee58223b31e8b65b0 /Makefile.am | |
parent | aea52c73a8b1659e31314d84c5f5beb650fc5ec0 (diff) |
Makfile: Fix publish task.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |