From b2234f5a7c182d5a87b8d901dc8c77e18835c6bf Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 25 Mar 2018 16:51:51 +0200 Subject: Common makefile update for sending (publishing) --- resources/Makefile-common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'resources/Makefile-common') 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: -- cgit v1.2.3 From e2b17e3955fd77d9d08d8a3b53094b8658517848 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 30 Apr 2018 17:00:48 +0200 Subject: Common makefile updated with Emacs mode --- resources/Makefile-common | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/Makefile-common') diff --git a/resources/Makefile-common b/resources/Makefile-common index 1106a77..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. # -- cgit v1.2.3