summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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