From a7147c4d94f03447a0475d54a8bdf8e634df9f67 Mon Sep 17 00:00:00 2001
From: Wolfgang Müller
Date: Mon, 22 Jul 2019 16:28:11 +0200
Subject: Makefile: Make rsync less verbose

The -P switch really only is useful for bigger files, of which there are
none here.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a85d62a..9a6af6c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,6 @@ clean:
 	rm -f posts/*.html index.html atom.xml style.css man.css
 
 deploy:
-	rsync -avhRP $(POSTS_HTML) posts/img fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
+	rsync -avhR $(POSTS_HTML) posts/img fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
 
 .PHONY: clean deploy site
-- 
cgit v1.2.3-2-gb3c3