aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@etraveli.com>2018-03-25 16:51:51 +0200
committerGustav Eek <gustav.eek@fripost.org>2018-04-30 17:09:51 +0200
commitb2234f5a7c182d5a87b8d901dc8c77e18835c6bf (patch)
tree76aa5580f7590d21474752ee84ac00dc581ffaec
parente61a84bc75692a9ec14428f5ebe60daa06dbdb19 (diff)
Common makefile update for sending (publishing)
-rw-r--r--resources/Makefile-common4
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/Makefile-common b/resources/Makefile-common
index 3d066b1..1106a77 100644
--- a/resources/Makefile-common
+++ b/resources/Makefile-common
@@ -53,7 +53,9 @@ clean:
# Sends to fripost.org for publication
send:
- rsync -ruvp --chmod=Dugo+rx,Fugo+r $(send-files) fripost@fripost.org:fripost.org/minutes/
+ rsync -ruvp --chmod=Dugo+rx,Fugo+r $(send-files) www.fripost.org:/var/www/fripost.org/minutes
+ @echo; echo Now avialable as; for f in $(send-files); do echo " - https://fripost.org/minutes/$$f"; done
+
# Help
help: