diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2018-04-30 17:25:26 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2018-04-30 17:25:26 +0200 |
commit | d088b6db81ceca6bd5982bfbf6230e0c4530def7 (patch) | |
tree | 7f5dcfdb6edce92c4fe6ab956263c59856d8ae5d /resources/Makefile-common | |
parent | c6bbe516195f412837e6004b551bf78ab235fef6 (diff) | |
parent | e2b17e3955fd77d9d08d8a3b53094b8658517848 (diff) |
Merge branch 'master' into intgr/2017 for send updateintgr/2017ge/2017-06-26-board
Diffstat (limited to 'resources/Makefile-common')
-rw-r--r-- | resources/Makefile-common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/Makefile-common b/resources/Makefile-common index 3d066b1..80713a6 100644 --- a/resources/Makefile-common +++ b/resources/Makefile-common @@ -1,3 +1,4 @@ +# -*- mode: makefile ; -*- # This Makefile is used as common denominator for the compilation of a # PDF file from a minutes. # @@ -53,7 +54,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: |