diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-11-19 19:40:43 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-11-19 19:40:43 -0500 |
commit | 99065688dcff92d007c639834f1579908fab2ca1 (patch) | |
tree | bd4312f4498e0b289b24bfc972ecbb340ab493f3 | |
parent | 3e683333dc8a1a19d9a5bd8c707b303bddb47e2b (diff) |
Makefile: Update publish target.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d6525e4..279e4e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,4 +135,4 @@ AM_MAKEINFOHTMLFLAGS = --css-ref=https://dthompson.us/css/dthompson.css \ publish: distcheck gpg --sign --detach-sign --armor --yes chickadee-$(VERSION).tar.gz && \ scp chickadee-$(VERSION).tar.gz chickadee-$(VERSION).tar.gz.asc \ - blog@dthompson.us:/var/www/files/chickadee/ + publish@dthompson.us:/var/www/files/chickadee/ |