diff options
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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 |