diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-03-10 19:48:55 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-03-10 19:48:55 -0500 |
commit | fdd9d184dcdc5713da39d477b85b8444355c1d4b (patch) | |
tree | a3af4af263897bd1fbd2a2598e1c45a6024ecd60 | |
parent | 1c1ad4ee20bcd51c7b9e9593f030dd3c68dfb515 (diff) |
Makefile: Add publish target.v0.1
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c1988a0..6b89de1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,3 +50,9 @@ EXTRA_DIST += \ pre-inst-env.in \ README \ guix.scm + +publish: distcheck + gpg --sign --armor --yes guile-syntax-highlight-$(VERSION).tar.gz && \ + scp guile-syntax-highlight-$(VERSION).tar.gz \ + guile-syntax-highlight-$(VERSION).tar.gz.asc \ + blog@dthompson.us:/var/www/files/guile-syntax-highlight/ |