diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-01-06 17:05:41 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-01-06 17:05:41 -0500 |
commit | d1bbcb66ba336041a08a89fc42397dac5c8dffd5 (patch) | |
tree | 706dc28fd4906ae7ef72b2b126558c3b979d10de /Makefile.am | |
parent | 2452e72d5c5a87e5e0ed305e7a1d207a7ce4c3d0 (diff) |
Makefile: Update publish target.v0.2.0
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 2521da5..79195ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,4 +58,4 @@ 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/ + publish@dthompson.us:/var/www/files/guile-syntax-highlight/ |