From 0006cefd78ca813503e33294f3a066e4de69c9f0 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 18 Aug 2021 22:45:11 +0300 Subject: feat: use better rsync options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d54820e..2a2562a 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ open: $(HTML) deploy: $(HTML) $(MAKE) unlocalize - rsync -zarv --exclude=".git" --exclude="*.md" . $(RSYNC_DESTINATION) + rsync -rtvzP --exclude=".git" --exclude="*.md" . $(RSYNC_DESTINATION) localize: $(HTML) @for file in $^; do sed -i "$(UNLOCALIZE_SEDSTRING) $(LOCALIZE_SEDSTRING)" $$file; done -- cgit v1.2.3