From 4a058b1802a3de9f578637d8807f0ecc292798e3 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 17 Oct 2017 23:55:05 +0200 Subject: [PATCH] Let's not keep file serverside without knowing them. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc66c72..9dde165 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ html: $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) rsync: - rsync -vah ../ mdk.fr:/var/www/ + rsync --delete -vah ../ mdk.fr:/var/www/ help: @echo 'Makefile for a pelican Web site '