Let's not keep file serverside without knowing them.

This commit is contained in:
Julien Palard 2017-10-17 23:55:05 +02:00
parent aaa1b50685
commit 4a058b1802
1 changed files with 1 additions and 1 deletions

View File

@ -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 '