diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2018-03-25 16:51:51 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2018-04-28 19:04:02 +0200 |
commit | 5fb9f786cafb7f67a5f89caa946c06eec1393429 (patch) | |
tree | e7e505c9f8dd01267bd2aac1ba4bb65d49bc07a0 /resources | |
parent | ed05e322a800117763c4ffb88193bf7bac8f0d94 (diff) |
Common makefile update for sending (publishing)
Diffstat (limited to 'resources')
-rw-r--r-- | resources/Makefile-common | 4 |
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: |