From 1a20e91972ae9796daee970068c906c2c059d9d4 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Tue, 24 Apr 2018 21:26:52 +0200 Subject: logo Makefile added for sending --- logo/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 logo/Makefile diff --git a/logo/Makefile b/logo/Makefile new file mode 100644 index 0000000..b8dccb0 --- /dev/null +++ b/logo/Makefile @@ -0,0 +1,6 @@ +SEND_FILES = *.svg *.png + +send: + rsync -ruvp --chmod=Dugo+rx,Fugo+r $(SEND_FILES) www.fripost.org:/var/www/fripost.org/material/ + @echo; echo Now avialable as; for f in $(SEND_FILES); do echo " - https://fripost.org/material/$$f"; done + -- cgit v1.2.3